2024-01-13T21:30:10.175113770Z Wait until 120 seconds for MySQL mano Server mysql:3306 2024-01-13T21:30:23.750973344Z mysqlshow: [Warning] Using a password on the command line interface can be insecure. 2024-01-13T21:30:23.778370651Z .............DB keystone does not exist 2024-01-13T21:30:23.782357271Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-01-13T21:30:23.787868502Z ERROR 2005 (HY000): Unknown MySQL server host 'mysql' (-2) 2024-01-13T21:30:23.789226401Z ./start.sh: line 88: [: -gt: unary operator expected 2024-01-13T21:30:23.791771829Z DB User keystone does not exist 2024-01-13T21:30:23.796717259Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-01-13T21:30:23.829481692Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-01-13T21:30:23.856978840Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-01-13T21:30:23.860660079Z ERROR 2005 (HY000): Unknown MySQL server host 'mysql' (-2) 2024-01-13T21:30:28.816659564Z Wait until Keystone hostname can be resolved 2024-01-13T21:30:28.839306955Z Server: 10.96.0.10 2024-01-13T21:30:28.839375184Z Address: 10.96.0.10#53 2024-01-13T21:30:28.839383546Z 2024-01-13T21:30:28.839388280Z Name: keystone.osm.svc.cluster.local 2024-01-13T21:30:28.839393653Z Address: 10.244.0.18 2024-01-13T21:30:28.839398396Z 2024-01-13T21:30:30.531974967Z /etc/keystone/fernet-keys/ does not contain keys, use keystone-manage fernet_setup to create Fernet keys. 2024-01-13T21:30:31.021471397Z * Restarting Apache httpd web server apache2 2024-01-13T21:30:32.183471715Z ...done. 2024-01-13T21:30:33.024107501Z Traceback (most recent call last): 2024-01-13T21:30:33.024129451Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 152, in _get_data_for_path 2024-01-13T21:30:33.024133605Z with open(filename, 'r') as f: 2024-01-13T21:30:33.024136800Z FileNotFoundError: [Errno 2] No such file or directory: '/app/.cache/python-entrypoints/bac552ae12fa92b95f0af3d13c72c37e6a6269e5cbeaac6e0321e72df8c53471' 2024-01-13T21:30:33.024140391Z 2024-01-13T21:30:33.024143417Z During handling of the above exception, another exception occurred: 2024-01-13T21:30:33.024146553Z 2024-01-13T21:30:33.024149524Z Traceback (most recent call last): 2024-01-13T21:30:33.024152494Z File "/usr/local/bin/openstack", line 5, in 2024-01-13T21:30:33.024156036Z from openstackclient.shell import main 2024-01-13T21:30:33.024159096Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/shell.py", line 26, in 2024-01-13T21:30:33.024162290Z from openstackclient.common import clientmanager 2024-01-13T21:30:33.024165333Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 197, in 2024-01-13T21:30:33.024173740Z PLUGIN_MODULES = get_plugin_modules( 2024-01-13T21:30:33.024176545Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 149, in get_plugin_modules 2024-01-13T21:30:33.024179357Z mgr = stevedore.ExtensionManager(group) 2024-01-13T21:30:33.024181975Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 133, in __init__ 2024-01-13T21:30:33.024184752Z extensions = self._load_plugins(invoke_on_load, 2024-01-13T21:30:33.024187391Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in _load_plugins 2024-01-13T21:30:33.024190111Z for ep in self.list_entry_points(): 2024-01-13T21:30:33.024192722Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 207, in list_entry_points 2024-01-13T21:30:33.024195443Z eps = list(_cache.get_group_all(self.namespace)) 2024-01-13T21:30:33.024214932Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 171, in get_group_all 2024-01-13T21:30:33.024222083Z data = self._get_data_for_path(path) 2024-01-13T21:30:33.024224914Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 155, in _get_data_for_path 2024-01-13T21:30:33.024227834Z data = _build_cacheable_data(path) 2024-01-13T21:30:33.024230597Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 120, in _build_cacheable_data 2024-01-13T21:30:33.024233497Z item = ep[:] # convert namedtuple to tuple 2024-01-13T21:30:33.024236317Z TypeError: 'EntryPoint' object is not subscriptable 2024-01-13T21:30:34.036755783Z Traceback (most recent call last): 2024-01-13T21:30:34.036775813Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 152, in _get_data_for_path 2024-01-13T21:30:34.036780160Z with open(filename, 'r') as f: 2024-01-13T21:30:34.036784032Z FileNotFoundError: [Errno 2] No such file or directory: '/app/.cache/python-entrypoints/bac552ae12fa92b95f0af3d13c72c37e6a6269e5cbeaac6e0321e72df8c53471' 2024-01-13T21:30:34.036787852Z 2024-01-13T21:30:34.036791207Z During handling of the above exception, another exception occurred: 2024-01-13T21:30:34.036794538Z 2024-01-13T21:30:34.036797701Z Traceback (most recent call last): 2024-01-13T21:30:34.036800932Z File "/usr/local/bin/openstack", line 5, in 2024-01-13T21:30:34.036804954Z from openstackclient.shell import main 2024-01-13T21:30:34.036808259Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/shell.py", line 26, in 2024-01-13T21:30:34.036811800Z from openstackclient.common import clientmanager 2024-01-13T21:30:34.036815149Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 197, in 2024-01-13T21:30:34.036818797Z PLUGIN_MODULES = get_plugin_modules( 2024-01-13T21:30:34.036826206Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 149, in get_plugin_modules 2024-01-13T21:30:34.036829365Z mgr = stevedore.ExtensionManager(group) 2024-01-13T21:30:34.036832286Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 133, in __init__ 2024-01-13T21:30:34.036835452Z extensions = self._load_plugins(invoke_on_load, 2024-01-13T21:30:34.036838382Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in _load_plugins 2024-01-13T21:30:34.036841388Z for ep in self.list_entry_points(): 2024-01-13T21:30:34.036844261Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 207, in list_entry_points 2024-01-13T21:30:34.036847237Z eps = list(_cache.get_group_all(self.namespace)) 2024-01-13T21:30:34.036850114Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 171, in get_group_all 2024-01-13T21:30:34.036853072Z data = self._get_data_for_path(path) 2024-01-13T21:30:34.036855911Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 155, in _get_data_for_path 2024-01-13T21:30:34.036858873Z data = _build_cacheable_data(path) 2024-01-13T21:30:34.036861704Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 120, in _build_cacheable_data 2024-01-13T21:30:34.036864713Z item = ep[:] # convert namedtuple to tuple 2024-01-13T21:30:34.036867598Z TypeError: 'EntryPoint' object is not subscriptable 2024-01-13T21:30:35.077312251Z Traceback (most recent call last): 2024-01-13T21:30:35.077345006Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 152, in _get_data_for_path 2024-01-13T21:30:35.077352405Z with open(filename, 'r') as f: 2024-01-13T21:30:35.077357549Z FileNotFoundError: [Errno 2] No such file or directory: '/app/.cache/python-entrypoints/bac552ae12fa92b95f0af3d13c72c37e6a6269e5cbeaac6e0321e72df8c53471' 2024-01-13T21:30:35.077363586Z 2024-01-13T21:30:35.077369211Z During handling of the above exception, another exception occurred: 2024-01-13T21:30:35.077373733Z 2024-01-13T21:30:35.077377919Z Traceback (most recent call last): 2024-01-13T21:30:35.077382446Z File "/usr/local/bin/openstack", line 5, in 2024-01-13T21:30:35.077387723Z from openstackclient.shell import main 2024-01-13T21:30:35.077392002Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/shell.py", line 26, in 2024-01-13T21:30:35.077396449Z from openstackclient.common import clientmanager 2024-01-13T21:30:35.077400846Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 197, in 2024-01-13T21:30:35.077405487Z PLUGIN_MODULES = get_plugin_modules( 2024-01-13T21:30:35.077410880Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 149, in get_plugin_modules 2024-01-13T21:30:35.077429533Z mgr = stevedore.ExtensionManager(group) 2024-01-13T21:30:35.077432962Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 133, in __init__ 2024-01-13T21:30:35.077435939Z extensions = self._load_plugins(invoke_on_load, 2024-01-13T21:30:35.077438940Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in _load_plugins 2024-01-13T21:30:35.077441842Z for ep in self.list_entry_points(): 2024-01-13T21:30:35.077444781Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 207, in list_entry_points 2024-01-13T21:30:35.077447686Z eps = list(_cache.get_group_all(self.namespace)) 2024-01-13T21:30:35.077506447Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 171, in get_group_all 2024-01-13T21:30:35.077510098Z data = self._get_data_for_path(path) 2024-01-13T21:30:35.077513266Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 155, in _get_data_for_path 2024-01-13T21:30:35.077516566Z data = _build_cacheable_data(path) 2024-01-13T21:30:35.077519542Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 120, in _build_cacheable_data 2024-01-13T21:30:35.077522694Z item = ep[:] # convert namedtuple to tuple 2024-01-13T21:30:35.077534092Z TypeError: 'EntryPoint' object is not subscriptable