2024-05-06T00:26:35.979912968Z Wait until 120 seconds for MySQL mano Server mysql:3306 2024-05-06T00:27:07.019048922Z mysqlshow: [Warning] Using a password on the command line interface can be insecure. 2024-05-06T00:27:07.522012684Z mysqlshow: Unknown MySQL server host 'mysql' (-2) 2024-05-06T00:27:07.528811776Z ..............................DB keystone does not exist 2024-05-06T00:27:07.537252601Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-05-06T00:27:07.607477240Z DB User keystone does not exist 2024-05-06T00:27:07.611093985Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-05-06T00:27:07.691395361Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-05-06T00:27:07.754525965Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-05-06T00:27:21.074217743Z Wait until Keystone hostname can be resolved 2024-05-06T00:27:21.115148971Z Server: 10.96.0.10 2024-05-06T00:27:21.115164448Z Address: 10.96.0.10#53 2024-05-06T00:27:21.115167426Z 2024-05-06T00:27:21.115170832Z Name: keystone.osm.svc.cluster.local 2024-05-06T00:27:21.115173709Z Address: 10.244.0.13 2024-05-06T00:27:21.115176376Z 2024-05-06T00:27:22.858051037Z /etc/keystone/fernet-keys/ does not contain keys, use keystone-manage fernet_setup to create Fernet keys. 2024-05-06T00:27:23.377048812Z * Restarting Apache httpd web server apache2 2024-05-06T00:27:24.492888226Z ...done. 2024-05-06T00:27:25.603457484Z Traceback (most recent call last): 2024-05-06T00:27:25.603480376Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 152, in _get_data_for_path 2024-05-06T00:27:25.603483874Z with open(filename, 'r') as f: 2024-05-06T00:27:25.603487633Z FileNotFoundError: [Errno 2] No such file or directory: '/app/.cache/python-entrypoints/c5294a375dbe286877721b38d0b17533d43f0b43624d9fe4cccb72ff794ebf2d' 2024-05-06T00:27:25.603490492Z 2024-05-06T00:27:25.603493845Z During handling of the above exception, another exception occurred: 2024-05-06T00:27:25.603496723Z 2024-05-06T00:27:25.603503444Z Traceback (most recent call last): 2024-05-06T00:27:25.603507102Z File "/usr/local/bin/openstack", line 5, in 2024-05-06T00:27:25.603509991Z from openstackclient.shell import main 2024-05-06T00:27:25.603513025Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/shell.py", line 26, in 2024-05-06T00:27:25.603515993Z from openstackclient.common import clientmanager 2024-05-06T00:27:25.603519392Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 197, in 2024-05-06T00:27:25.603522374Z PLUGIN_MODULES = get_plugin_modules( 2024-05-06T00:27:25.603525540Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 149, in get_plugin_modules 2024-05-06T00:27:25.603528437Z mgr = stevedore.ExtensionManager(group) 2024-05-06T00:27:25.603531321Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 133, in __init__ 2024-05-06T00:27:25.603534111Z extensions = self._load_plugins(invoke_on_load, 2024-05-06T00:27:25.603536930Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in _load_plugins 2024-05-06T00:27:25.603539658Z for ep in self.list_entry_points(): 2024-05-06T00:27:25.603542529Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 207, in list_entry_points 2024-05-06T00:27:25.603545630Z eps = list(_cache.get_group_all(self.namespace)) 2024-05-06T00:27:25.603548823Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 171, in get_group_all 2024-05-06T00:27:25.603551621Z data = self._get_data_for_path(path) 2024-05-06T00:27:25.603567758Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 155, in _get_data_for_path 2024-05-06T00:27:25.603570448Z data = _build_cacheable_data(path) 2024-05-06T00:27:25.603572963Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 120, in _build_cacheable_data 2024-05-06T00:27:25.603575383Z item = ep[:] # convert namedtuple to tuple 2024-05-06T00:27:25.603577825Z TypeError: 'EntryPoint' object is not subscriptable 2024-05-06T00:27:26.576673625Z Traceback (most recent call last): 2024-05-06T00:27:26.576704209Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 152, in _get_data_for_path 2024-05-06T00:27:26.576707386Z with open(filename, 'r') as f: 2024-05-06T00:27:26.576710806Z FileNotFoundError: [Errno 2] No such file or directory: '/app/.cache/python-entrypoints/c5294a375dbe286877721b38d0b17533d43f0b43624d9fe4cccb72ff794ebf2d' 2024-05-06T00:27:26.576713176Z 2024-05-06T00:27:26.576716329Z During handling of the above exception, another exception occurred: 2024-05-06T00:27:26.576718613Z 2024-05-06T00:27:26.576720997Z Traceback (most recent call last): 2024-05-06T00:27:26.576724065Z File "/usr/local/bin/openstack", line 5, in 2024-05-06T00:27:26.576726410Z from openstackclient.shell import main 2024-05-06T00:27:26.576728836Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/shell.py", line 26, in 2024-05-06T00:27:26.576731528Z from openstackclient.common import clientmanager 2024-05-06T00:27:26.576734478Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 197, in 2024-05-06T00:27:26.576736796Z PLUGIN_MODULES = get_plugin_modules( 2024-05-06T00:27:26.576739798Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 149, in get_plugin_modules 2024-05-06T00:27:26.576742361Z mgr = stevedore.ExtensionManager(group) 2024-05-06T00:27:26.576744768Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 133, in __init__ 2024-05-06T00:27:26.576747066Z extensions = self._load_plugins(invoke_on_load, 2024-05-06T00:27:26.576749416Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in _load_plugins 2024-05-06T00:27:26.576751683Z for ep in self.list_entry_points(): 2024-05-06T00:27:26.576754035Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 207, in list_entry_points 2024-05-06T00:27:26.576756329Z eps = list(_cache.get_group_all(self.namespace)) 2024-05-06T00:27:26.576758706Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 171, in get_group_all 2024-05-06T00:27:26.576761159Z data = self._get_data_for_path(path) 2024-05-06T00:27:26.576763532Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 155, in _get_data_for_path 2024-05-06T00:27:26.576766001Z data = _build_cacheable_data(path) 2024-05-06T00:27:26.576768410Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 120, in _build_cacheable_data 2024-05-06T00:27:26.576770760Z item = ep[:] # convert namedtuple to tuple 2024-05-06T00:27:26.576773144Z TypeError: 'EntryPoint' object is not subscriptable 2024-05-06T00:27:27.439225954Z Traceback (most recent call last): 2024-05-06T00:27:27.439246264Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 152, in _get_data_for_path 2024-05-06T00:27:27.439249835Z with open(filename, 'r') as f: 2024-05-06T00:27:27.439253192Z FileNotFoundError: [Errno 2] No such file or directory: '/app/.cache/python-entrypoints/c5294a375dbe286877721b38d0b17533d43f0b43624d9fe4cccb72ff794ebf2d' 2024-05-06T00:27:27.439256074Z 2024-05-06T00:27:27.439271667Z During handling of the above exception, another exception occurred: 2024-05-06T00:27:27.439273973Z 2024-05-06T00:27:27.439276408Z Traceback (most recent call last): 2024-05-06T00:27:27.439279429Z File "/usr/local/bin/openstack", line 5, in 2024-05-06T00:27:27.439281760Z from openstackclient.shell import main 2024-05-06T00:27:27.439284196Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/shell.py", line 26, in 2024-05-06T00:27:27.439286555Z from openstackclient.common import clientmanager 2024-05-06T00:27:27.439289353Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 197, in 2024-05-06T00:27:27.439291700Z PLUGIN_MODULES = get_plugin_modules( 2024-05-06T00:27:27.439294797Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 149, in get_plugin_modules 2024-05-06T00:27:27.439297149Z mgr = stevedore.ExtensionManager(group) 2024-05-06T00:27:27.439299517Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 133, in __init__ 2024-05-06T00:27:27.439301835Z extensions = self._load_plugins(invoke_on_load, 2024-05-06T00:27:27.439304197Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in _load_plugins 2024-05-06T00:27:27.439306521Z for ep in self.list_entry_points(): 2024-05-06T00:27:27.439308857Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 207, in list_entry_points 2024-05-06T00:27:27.439311150Z eps = list(_cache.get_group_all(self.namespace)) 2024-05-06T00:27:27.439313516Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 171, in get_group_all 2024-05-06T00:27:27.439316262Z data = self._get_data_for_path(path) 2024-05-06T00:27:27.439318621Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 155, in _get_data_for_path 2024-05-06T00:27:27.439320929Z data = _build_cacheable_data(path) 2024-05-06T00:27:27.439323282Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 120, in _build_cacheable_data 2024-05-06T00:27:27.439325582Z item = ep[:] # convert namedtuple to tuple 2024-05-06T00:27:27.439327929Z TypeError: 'EntryPoint' object is not subscriptable