2024-01-31T21:26:39.158850965Z Wait until 120 seconds for MySQL mano Server mysql:3306 2024-01-31T21:27:11.021664905Z mysqlshow: [Warning] Using a password on the command line interface can be insecure. 2024-01-31T21:27:11.061225536Z ...............................DB keystone does not exist 2024-01-31T21:27:11.066753826Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-01-31T21:27:11.091316292Z DB User keystone does not exist 2024-01-31T21:27:11.102737221Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-01-31T21:27:11.138742074Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-01-31T21:27:11.175151062Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-01-31T21:27:11.185050085Z ERROR 2005 (HY000): Unknown MySQL server host 'mysql' (-2) 2024-01-31T21:27:15.807800350Z Wait until Keystone hostname can be resolved 2024-01-31T21:27:15.829365984Z Server: 10.96.0.10 2024-01-31T21:27:15.829383909Z Address: 10.96.0.10#53 2024-01-31T21:27:15.829387633Z 2024-01-31T21:27:15.829390718Z Name: keystone.osm.svc.cluster.local 2024-01-31T21:27:15.829393959Z Address: 10.244.0.19 2024-01-31T21:27:15.829396923Z 2024-01-31T21:27:17.474021771Z /etc/keystone/fernet-keys/ does not contain keys, use keystone-manage fernet_setup to create Fernet keys. 2024-01-31T21:27:17.764956122Z * Restarting Apache httpd web server apache2 2024-01-31T21:27:17.863281571Z ...done. 2024-01-31T21:27:18.751795000Z Traceback (most recent call last): 2024-01-31T21:27:18.751814163Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 152, in _get_data_for_path 2024-01-31T21:27:18.751818747Z with open(filename, 'r') as f: 2024-01-31T21:27:18.751822402Z FileNotFoundError: [Errno 2] No such file or directory: '/app/.cache/python-entrypoints/58c52c0de45ed673abd7b4bbb9bb47da419f3134bde7fdee5f4b048c57925ab3' 2024-01-31T21:27:18.751826192Z 2024-01-31T21:27:18.751829377Z During handling of the above exception, another exception occurred: 2024-01-31T21:27:18.751832704Z 2024-01-31T21:27:18.751836203Z Traceback (most recent call last): 2024-01-31T21:27:18.751839464Z File "/usr/local/bin/openstack", line 5, in 2024-01-31T21:27:18.751843183Z from openstackclient.shell import main 2024-01-31T21:27:18.751846436Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/shell.py", line 26, in 2024-01-31T21:27:18.751849992Z from openstackclient.common import clientmanager 2024-01-31T21:27:18.751853342Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 197, in 2024-01-31T21:27:18.751856876Z PLUGIN_MODULES = get_plugin_modules( 2024-01-31T21:27:18.751869663Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 149, in get_plugin_modules 2024-01-31T21:27:18.751872985Z mgr = stevedore.ExtensionManager(group) 2024-01-31T21:27:18.751875907Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 133, in __init__ 2024-01-31T21:27:18.751878909Z extensions = self._load_plugins(invoke_on_load, 2024-01-31T21:27:18.751881785Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in _load_plugins 2024-01-31T21:27:18.751884853Z for ep in self.list_entry_points(): 2024-01-31T21:27:18.751887671Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 207, in list_entry_points 2024-01-31T21:27:18.751890579Z eps = list(_cache.get_group_all(self.namespace)) 2024-01-31T21:27:18.751893513Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 171, in get_group_all 2024-01-31T21:27:18.751896551Z data = self._get_data_for_path(path) 2024-01-31T21:27:18.751899369Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 155, in _get_data_for_path 2024-01-31T21:27:18.751902407Z data = _build_cacheable_data(path) 2024-01-31T21:27:18.751905407Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 120, in _build_cacheable_data 2024-01-31T21:27:18.751908351Z item = ep[:] # convert namedtuple to tuple 2024-01-31T21:27:18.751911137Z TypeError: 'EntryPoint' object is not subscriptable 2024-01-31T21:27:19.573840058Z Traceback (most recent call last): 2024-01-31T21:27:19.573857973Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 152, in _get_data_for_path 2024-01-31T21:27:19.573861086Z with open(filename, 'r') as f: 2024-01-31T21:27:19.573863597Z FileNotFoundError: [Errno 2] No such file or directory: '/app/.cache/python-entrypoints/58c52c0de45ed673abd7b4bbb9bb47da419f3134bde7fdee5f4b048c57925ab3' 2024-01-31T21:27:19.573866653Z 2024-01-31T21:27:19.573869085Z During handling of the above exception, another exception occurred: 2024-01-31T21:27:19.573871605Z 2024-01-31T21:27:19.573873971Z Traceback (most recent call last): 2024-01-31T21:27:19.573876286Z File "/usr/local/bin/openstack", line 5, in 2024-01-31T21:27:19.573878998Z from openstackclient.shell import main 2024-01-31T21:27:19.573881411Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/shell.py", line 26, in 2024-01-31T21:27:19.573883937Z from openstackclient.common import clientmanager 2024-01-31T21:27:19.573886359Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 197, in 2024-01-31T21:27:19.573888983Z PLUGIN_MODULES = get_plugin_modules( 2024-01-31T21:27:19.573891303Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 149, in get_plugin_modules 2024-01-31T21:27:19.573899295Z mgr = stevedore.ExtensionManager(group) 2024-01-31T21:27:19.573901694Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 133, in __init__ 2024-01-31T21:27:19.573904162Z extensions = self._load_plugins(invoke_on_load, 2024-01-31T21:27:19.573906539Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in _load_plugins 2024-01-31T21:27:19.573908964Z for ep in self.list_entry_points(): 2024-01-31T21:27:19.573911302Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 207, in list_entry_points 2024-01-31T21:27:19.573913724Z eps = list(_cache.get_group_all(self.namespace)) 2024-01-31T21:27:19.573916085Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 171, in get_group_all 2024-01-31T21:27:19.573918519Z data = self._get_data_for_path(path) 2024-01-31T21:27:19.573920847Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 155, in _get_data_for_path 2024-01-31T21:27:19.573923592Z data = _build_cacheable_data(path) 2024-01-31T21:27:19.573925998Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 120, in _build_cacheable_data 2024-01-31T21:27:19.573928488Z item = ep[:] # convert namedtuple to tuple 2024-01-31T21:27:19.573930798Z TypeError: 'EntryPoint' object is not subscriptable 2024-01-31T21:27:20.419769848Z Traceback (most recent call last): 2024-01-31T21:27:20.419799408Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 152, in _get_data_for_path 2024-01-31T21:27:20.419802646Z with open(filename, 'r') as f: 2024-01-31T21:27:20.419805249Z FileNotFoundError: [Errno 2] No such file or directory: '/app/.cache/python-entrypoints/58c52c0de45ed673abd7b4bbb9bb47da419f3134bde7fdee5f4b048c57925ab3' 2024-01-31T21:27:20.419807975Z 2024-01-31T21:27:20.419810481Z During handling of the above exception, another exception occurred: 2024-01-31T21:27:20.419812913Z 2024-01-31T21:27:20.419815154Z Traceback (most recent call last): 2024-01-31T21:27:20.419817578Z File "/usr/local/bin/openstack", line 5, in 2024-01-31T21:27:20.419820232Z from openstackclient.shell import main 2024-01-31T21:27:20.419822666Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/shell.py", line 26, in 2024-01-31T21:27:20.419825206Z from openstackclient.common import clientmanager 2024-01-31T21:27:20.419827627Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 197, in 2024-01-31T21:27:20.419830140Z PLUGIN_MODULES = get_plugin_modules( 2024-01-31T21:27:20.419832799Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 149, in get_plugin_modules 2024-01-31T21:27:20.419835246Z mgr = stevedore.ExtensionManager(group) 2024-01-31T21:27:20.419841756Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 133, in __init__ 2024-01-31T21:27:20.419844353Z extensions = self._load_plugins(invoke_on_load, 2024-01-31T21:27:20.419846716Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in _load_plugins 2024-01-31T21:27:20.419849156Z for ep in self.list_entry_points(): 2024-01-31T21:27:20.419851514Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 207, in list_entry_points 2024-01-31T21:27:20.419853942Z eps = list(_cache.get_group_all(self.namespace)) 2024-01-31T21:27:20.419856288Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 171, in get_group_all 2024-01-31T21:27:20.419858705Z data = self._get_data_for_path(path) 2024-01-31T21:27:20.419861051Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 155, in _get_data_for_path 2024-01-31T21:27:20.419863470Z data = _build_cacheable_data(path) 2024-01-31T21:27:20.419865793Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 120, in _build_cacheable_data 2024-01-31T21:27:20.419868255Z item = ep[:] # convert namedtuple to tuple 2024-01-31T21:27:20.419870582Z TypeError: 'EntryPoint' object is not subscriptable