2024-03-17T01:25:44.143589939Z Wait until 120 seconds for MySQL mano Server mysql:3306 2024-03-17T01:26:14.218919811Z mysqlshow: [Warning] Using a password on the command line interface can be insecure. 2024-03-17T01:26:14.244572236Z .............................DB keystone does not exist 2024-03-17T01:26:14.249102375Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-03-17T01:26:14.268771826Z DB User keystone does not exist 2024-03-17T01:26:14.275080758Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-03-17T01:26:14.317554523Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-03-17T01:26:14.359518117Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-03-17T01:26:14.416559797Z ERROR 2005 (HY000): Unknown MySQL server host 'mysql' (-2) 2024-03-17T01:26:30.058364675Z Wait until Keystone hostname can be resolved 2024-03-17T01:26:30.095907112Z Server: 10.96.0.10 2024-03-17T01:26:30.095937479Z Address: 10.96.0.10#53 2024-03-17T01:26:30.095943575Z 2024-03-17T01:26:30.095949829Z Name: keystone.osm.svc.cluster.local 2024-03-17T01:26:30.095955032Z Address: 10.244.0.15 2024-03-17T01:26:30.095959783Z 2024-03-17T01:26:32.044299109Z /etc/keystone/fernet-keys/ does not contain keys, use keystone-manage fernet_setup to create Fernet keys. 2024-03-17T01:26:32.356135264Z * Restarting Apache httpd web server apache2 2024-03-17T01:26:33.512036357Z ...done. 2024-03-17T01:26:34.320200512Z Traceback (most recent call last): 2024-03-17T01:26:34.320228085Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 152, in _get_data_for_path 2024-03-17T01:26:34.320231562Z with open(filename, 'r') as f: 2024-03-17T01:26:34.320235170Z FileNotFoundError: [Errno 2] No such file or directory: '/app/.cache/python-entrypoints/b73c10b169c186f5707786913a56f0fda9cd8da93a4079fad2f774400cba462b' 2024-03-17T01:26:34.320238070Z 2024-03-17T01:26:34.320241771Z During handling of the above exception, another exception occurred: 2024-03-17T01:26:34.320244444Z 2024-03-17T01:26:34.320247673Z Traceback (most recent call last): 2024-03-17T01:26:34.320250817Z File "/usr/local/bin/openstack", line 5, in 2024-03-17T01:26:34.320253662Z from openstackclient.shell import main 2024-03-17T01:26:34.320257079Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/shell.py", line 26, in 2024-03-17T01:26:34.320260011Z from openstackclient.common import clientmanager 2024-03-17T01:26:34.320263431Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 197, in 2024-03-17T01:26:34.320266211Z PLUGIN_MODULES = get_plugin_modules( 2024-03-17T01:26:34.320269654Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 149, in get_plugin_modules 2024-03-17T01:26:34.320272544Z mgr = stevedore.ExtensionManager(group) 2024-03-17T01:26:34.320275362Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 133, in __init__ 2024-03-17T01:26:34.320278361Z extensions = self._load_plugins(invoke_on_load, 2024-03-17T01:26:34.320281377Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in _load_plugins 2024-03-17T01:26:34.320284481Z for ep in self.list_entry_points(): 2024-03-17T01:26:34.320287480Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 207, in list_entry_points 2024-03-17T01:26:34.320290266Z eps = list(_cache.get_group_all(self.namespace)) 2024-03-17T01:26:34.320293019Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 171, in get_group_all 2024-03-17T01:26:34.320295896Z data = self._get_data_for_path(path) 2024-03-17T01:26:34.320313866Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 155, in _get_data_for_path 2024-03-17T01:26:34.320316586Z data = _build_cacheable_data(path) 2024-03-17T01:26:34.320319531Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 120, in _build_cacheable_data 2024-03-17T01:26:34.320322192Z item = ep[:] # convert namedtuple to tuple 2024-03-17T01:26:34.320324607Z TypeError: 'EntryPoint' object is not subscriptable 2024-03-17T01:26:35.387944738Z Traceback (most recent call last): 2024-03-17T01:26:35.387960112Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 152, in _get_data_for_path 2024-03-17T01:26:35.387962894Z with open(filename, 'r') as f: 2024-03-17T01:26:35.387966135Z FileNotFoundError: [Errno 2] No such file or directory: '/app/.cache/python-entrypoints/b73c10b169c186f5707786913a56f0fda9cd8da93a4079fad2f774400cba462b' 2024-03-17T01:26:35.387968900Z 2024-03-17T01:26:35.387971961Z During handling of the above exception, another exception occurred: 2024-03-17T01:26:35.387974488Z 2024-03-17T01:26:35.387977159Z Traceback (most recent call last): 2024-03-17T01:26:35.387979854Z File "/usr/local/bin/openstack", line 5, in 2024-03-17T01:26:35.387982450Z from openstackclient.shell import main 2024-03-17T01:26:35.387985023Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/shell.py", line 26, in 2024-03-17T01:26:35.387987489Z from openstackclient.common import clientmanager 2024-03-17T01:26:35.387990226Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 197, in 2024-03-17T01:26:35.387992567Z PLUGIN_MODULES = get_plugin_modules( 2024-03-17T01:26:35.387995446Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 149, in get_plugin_modules 2024-03-17T01:26:35.387998272Z mgr = stevedore.ExtensionManager(group) 2024-03-17T01:26:35.388000764Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 133, in __init__ 2024-03-17T01:26:35.388003226Z extensions = self._load_plugins(invoke_on_load, 2024-03-17T01:26:35.388005893Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in _load_plugins 2024-03-17T01:26:35.388008361Z for ep in self.list_entry_points(): 2024-03-17T01:26:35.388011108Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 207, in list_entry_points 2024-03-17T01:26:35.388013872Z eps = list(_cache.get_group_all(self.namespace)) 2024-03-17T01:26:35.388016619Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 171, in get_group_all 2024-03-17T01:26:35.388023714Z data = self._get_data_for_path(path) 2024-03-17T01:26:35.388026774Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 155, in _get_data_for_path 2024-03-17T01:26:35.388029137Z data = _build_cacheable_data(path) 2024-03-17T01:26:35.388031475Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 120, in _build_cacheable_data 2024-03-17T01:26:35.388033684Z item = ep[:] # convert namedtuple to tuple 2024-03-17T01:26:35.388036625Z TypeError: 'EntryPoint' object is not subscriptable 2024-03-17T01:26:36.797758165Z Traceback (most recent call last): 2024-03-17T01:26:36.797777384Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 152, in _get_data_for_path 2024-03-17T01:26:36.797780694Z with open(filename, 'r') as f: 2024-03-17T01:26:36.797785845Z FileNotFoundError: [Errno 2] No such file or directory: '/app/.cache/python-entrypoints/b73c10b169c186f5707786913a56f0fda9cd8da93a4079fad2f774400cba462b' 2024-03-17T01:26:36.797792948Z 2024-03-17T01:26:36.797796997Z During handling of the above exception, another exception occurred: 2024-03-17T01:26:36.797799426Z 2024-03-17T01:26:36.797801965Z Traceback (most recent call last): 2024-03-17T01:26:36.797805723Z File "/usr/local/bin/openstack", line 5, in 2024-03-17T01:26:36.797808146Z from openstackclient.shell import main 2024-03-17T01:26:36.797810646Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/shell.py", line 26, in 2024-03-17T01:26:36.797813198Z from openstackclient.common import clientmanager 2024-03-17T01:26:36.797817075Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 197, in 2024-03-17T01:26:36.797819462Z PLUGIN_MODULES = get_plugin_modules( 2024-03-17T01:26:36.797823183Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 149, in get_plugin_modules 2024-03-17T01:26:36.797825774Z mgr = stevedore.ExtensionManager(group) 2024-03-17T01:26:36.797828189Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 133, in __init__ 2024-03-17T01:26:36.797830613Z extensions = self._load_plugins(invoke_on_load, 2024-03-17T01:26:36.797833001Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in _load_plugins 2024-03-17T01:26:36.797835442Z for ep in self.list_entry_points(): 2024-03-17T01:26:36.797838140Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 207, in list_entry_points 2024-03-17T01:26:36.797840577Z eps = list(_cache.get_group_all(self.namespace)) 2024-03-17T01:26:36.797842977Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 171, in get_group_all 2024-03-17T01:26:36.797845428Z data = self._get_data_for_path(path) 2024-03-17T01:26:36.797847808Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 155, in _get_data_for_path 2024-03-17T01:26:36.797850370Z data = _build_cacheable_data(path) 2024-03-17T01:26:36.797852715Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 120, in _build_cacheable_data 2024-03-17T01:26:36.797855170Z item = ep[:] # convert namedtuple to tuple 2024-03-17T01:26:36.797857681Z TypeError: 'EntryPoint' object is not subscriptable