2023-12-14T15:07:35.080559668Z Wait until 120 seconds for MySQL mano Server mysql:3306 2023-12-14T15:08:05.749677427Z mysqlshow: [Warning] Using a password on the command line interface can be insecure. 2023-12-14T15:08:05.794090417Z ..............................DB keystone does not exist 2023-12-14T15:08:05.801152261Z mysql: [Warning] Using a password on the command line interface can be insecure. 2023-12-14T15:08:05.855099183Z DB User keystone does not exist 2023-12-14T15:08:05.855274649Z mysql: [Warning] Using a password on the command line interface can be insecure. 2023-12-14T15:08:05.901398974Z mysql: [Warning] Using a password on the command line interface can be insecure. 2023-12-14T15:08:05.935054159Z mysql: [Warning] Using a password on the command line interface can be insecure. 2023-12-14T15:08:05.976254253Z ERROR 2005 (HY000): Unknown MySQL server host 'mysql' (-2) 2023-12-14T15:08:11.417998113Z Wait until Keystone hostname can be resolved 2023-12-14T15:08:11.433366361Z Server: 10.96.0.10 2023-12-14T15:08:11.433405852Z Address: 10.96.0.10#53 2023-12-14T15:08:11.433410280Z 2023-12-14T15:08:11.433413740Z Name: keystone.osm.svc.cluster.local 2023-12-14T15:08:11.433417135Z Address: 10.244.0.19 2023-12-14T15:08:11.433420290Z 2023-12-14T15:08:13.064246958Z /etc/keystone/fernet-keys/ does not contain keys, use keystone-manage fernet_setup to create Fernet keys. 2023-12-14T15:08:13.417918558Z * Restarting Apache httpd web server apache2 2023-12-14T15:08:13.532216092Z ...done. 2023-12-14T15:08:14.345025686Z Traceback (most recent call last): 2023-12-14T15:08:14.345044593Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 152, in _get_data_for_path 2023-12-14T15:08:14.345048676Z with open(filename, 'r') as f: 2023-12-14T15:08:14.345052066Z FileNotFoundError: [Errno 2] No such file or directory: '/app/.cache/python-entrypoints/03324fa6a5a2ea0f9ff3beecbdd45a52f0dcbc499bbf04538e875e639dab6558' 2023-12-14T15:08:14.345055668Z 2023-12-14T15:08:14.345058856Z During handling of the above exception, another exception occurred: 2023-12-14T15:08:14.345062213Z 2023-12-14T15:08:14.345065294Z Traceback (most recent call last): 2023-12-14T15:08:14.345068368Z File "/usr/local/bin/openstack", line 5, in 2023-12-14T15:08:14.345072081Z from openstackclient.shell import main 2023-12-14T15:08:14.345075338Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/shell.py", line 26, in 2023-12-14T15:08:14.345080249Z from openstackclient.common import clientmanager 2023-12-14T15:08:14.345083499Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 197, in 2023-12-14T15:08:14.345086893Z PLUGIN_MODULES = get_plugin_modules( 2023-12-14T15:08:14.345095203Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 149, in get_plugin_modules 2023-12-14T15:08:14.345098287Z mgr = stevedore.ExtensionManager(group) 2023-12-14T15:08:14.345101097Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 133, in __init__ 2023-12-14T15:08:14.345104010Z extensions = self._load_plugins(invoke_on_load, 2023-12-14T15:08:14.345112805Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in _load_plugins 2023-12-14T15:08:14.345115999Z for ep in self.list_entry_points(): 2023-12-14T15:08:14.345119010Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 207, in list_entry_points 2023-12-14T15:08:14.345122142Z eps = list(_cache.get_group_all(self.namespace)) 2023-12-14T15:08:14.345125203Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 171, in get_group_all 2023-12-14T15:08:14.345128179Z data = self._get_data_for_path(path) 2023-12-14T15:08:14.345130977Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 155, in _get_data_for_path 2023-12-14T15:08:14.345133837Z data = _build_cacheable_data(path) 2023-12-14T15:08:14.345136599Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 120, in _build_cacheable_data 2023-12-14T15:08:14.345139624Z item = ep[:] # convert namedtuple to tuple 2023-12-14T15:08:14.345142505Z TypeError: 'EntryPoint' object is not subscriptable 2023-12-14T15:08:15.327074891Z Traceback (most recent call last): 2023-12-14T15:08:15.327094939Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 152, in _get_data_for_path 2023-12-14T15:08:15.327099190Z with open(filename, 'r') as f: 2023-12-14T15:08:15.327102894Z FileNotFoundError: [Errno 2] No such file or directory: '/app/.cache/python-entrypoints/03324fa6a5a2ea0f9ff3beecbdd45a52f0dcbc499bbf04538e875e639dab6558' 2023-12-14T15:08:15.327106729Z 2023-12-14T15:08:15.327110127Z During handling of the above exception, another exception occurred: 2023-12-14T15:08:15.327113616Z 2023-12-14T15:08:15.327117065Z Traceback (most recent call last): 2023-12-14T15:08:15.327120562Z File "/usr/local/bin/openstack", line 5, in 2023-12-14T15:08:15.327124442Z from openstackclient.shell import main 2023-12-14T15:08:15.327127883Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/shell.py", line 26, in 2023-12-14T15:08:15.327131793Z from openstackclient.common import clientmanager 2023-12-14T15:08:15.327135257Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 197, in 2023-12-14T15:08:15.327138871Z PLUGIN_MODULES = get_plugin_modules( 2023-12-14T15:08:15.327142343Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 149, in get_plugin_modules 2023-12-14T15:08:15.327151110Z mgr = stevedore.ExtensionManager(group) 2023-12-14T15:08:15.327154849Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 133, in __init__ 2023-12-14T15:08:15.327158489Z extensions = self._load_plugins(invoke_on_load, 2023-12-14T15:08:15.327161971Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in _load_plugins 2023-12-14T15:08:15.327165528Z for ep in self.list_entry_points(): 2023-12-14T15:08:15.327168992Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 207, in list_entry_points 2023-12-14T15:08:15.327172595Z eps = list(_cache.get_group_all(self.namespace)) 2023-12-14T15:08:15.327176086Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 171, in get_group_all 2023-12-14T15:08:15.327179680Z data = self._get_data_for_path(path) 2023-12-14T15:08:15.327183192Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 155, in _get_data_for_path 2023-12-14T15:08:15.327186817Z data = _build_cacheable_data(path) 2023-12-14T15:08:15.327190271Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 120, in _build_cacheable_data 2023-12-14T15:08:15.327193854Z item = ep[:] # convert namedtuple to tuple 2023-12-14T15:08:15.327197327Z TypeError: 'EntryPoint' object is not subscriptable 2023-12-14T15:08:16.354408765Z Traceback (most recent call last): 2023-12-14T15:08:16.354434537Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 152, in _get_data_for_path 2023-12-14T15:08:16.354438545Z with open(filename, 'r') as f: 2023-12-14T15:08:16.354441482Z FileNotFoundError: [Errno 2] No such file or directory: '/app/.cache/python-entrypoints/03324fa6a5a2ea0f9ff3beecbdd45a52f0dcbc499bbf04538e875e639dab6558' 2023-12-14T15:08:16.354444630Z 2023-12-14T15:08:16.354447355Z During handling of the above exception, another exception occurred: 2023-12-14T15:08:16.354450210Z 2023-12-14T15:08:16.354452859Z Traceback (most recent call last): 2023-12-14T15:08:16.354455577Z File "/usr/local/bin/openstack", line 5, in 2023-12-14T15:08:16.354458802Z from openstackclient.shell import main 2023-12-14T15:08:16.354461672Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/shell.py", line 26, in 2023-12-14T15:08:16.354464657Z from openstackclient.common import clientmanager 2023-12-14T15:08:16.354467432Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 197, in 2023-12-14T15:08:16.354470401Z PLUGIN_MODULES = get_plugin_modules( 2023-12-14T15:08:16.354473206Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 149, in get_plugin_modules 2023-12-14T15:08:16.354476082Z mgr = stevedore.ExtensionManager(group) 2023-12-14T15:08:16.354483764Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 133, in __init__ 2023-12-14T15:08:16.354487085Z extensions = self._load_plugins(invoke_on_load, 2023-12-14T15:08:16.354490028Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in _load_plugins 2023-12-14T15:08:16.354492911Z for ep in self.list_entry_points(): 2023-12-14T15:08:16.354495679Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 207, in list_entry_points 2023-12-14T15:08:16.354498577Z eps = list(_cache.get_group_all(self.namespace)) 2023-12-14T15:08:16.354501357Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 171, in get_group_all 2023-12-14T15:08:16.354504217Z data = self._get_data_for_path(path) 2023-12-14T15:08:16.354507358Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 155, in _get_data_for_path 2023-12-14T15:08:16.354510361Z data = _build_cacheable_data(path) 2023-12-14T15:08:16.354513274Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 120, in _build_cacheable_data 2023-12-14T15:08:16.354516534Z item = ep[:] # convert namedtuple to tuple 2023-12-14T15:08:16.354519536Z TypeError: 'EntryPoint' object is not subscriptable