2024-01-24T21:30:36.262284134Z Wait until 120 seconds for MySQL mano Server mysql:3306 2024-01-24T21:31:07.130152436Z mysqlshow: [Warning] Using a password on the command line interface can be insecure. 2024-01-24T21:31:07.168563993Z ..............................DB keystone does not exist 2024-01-24T21:31:07.172548136Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-01-24T21:31:07.205887517Z DB User keystone does not exist 2024-01-24T21:31:07.232634748Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-01-24T21:31:07.268478608Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-01-24T21:31:07.307706572Z mysql: [Warning] Using a password on the command line interface can be insecure. 2024-01-24T21:31:07.310986908Z ERROR 2005 (HY000): Unknown MySQL server host 'mysql' (-2) 2024-01-24T21:31:13.793474454Z Wait until Keystone hostname can be resolved 2024-01-24T21:31:13.819409693Z Server: 10.96.0.10 2024-01-24T21:31:13.819467184Z Address: 10.96.0.10#53 2024-01-24T21:31:13.819471581Z 2024-01-24T21:31:13.819475156Z Name: keystone.osm.svc.cluster.local 2024-01-24T21:31:13.819478868Z Address: 10.244.0.19 2024-01-24T21:31:13.819482166Z 2024-01-24T21:31:15.464281561Z /etc/keystone/fernet-keys/ does not contain keys, use keystone-manage fernet_setup to create Fernet keys. 2024-01-24T21:31:15.906037065Z * Restarting Apache httpd web server apache2 2024-01-24T21:31:16.063379465Z ...done. 2024-01-24T21:31:17.080948406Z Traceback (most recent call last): 2024-01-24T21:31:17.080972814Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 152, in _get_data_for_path 2024-01-24T21:31:17.080977168Z with open(filename, 'r') as f: 2024-01-24T21:31:17.080980447Z FileNotFoundError: [Errno 2] No such file or directory: '/app/.cache/python-entrypoints/7093bbbf5260a97b5127766855e6d48750d4f37b5c49121ab523aa96258f5168' 2024-01-24T21:31:17.080984356Z 2024-01-24T21:31:17.080987347Z During handling of the above exception, another exception occurred: 2024-01-24T21:31:17.080990592Z 2024-01-24T21:31:17.080993536Z Traceback (most recent call last): 2024-01-24T21:31:17.080996565Z File "/usr/local/bin/openstack", line 5, in 2024-01-24T21:31:17.081000343Z from openstackclient.shell import main 2024-01-24T21:31:17.081003554Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/shell.py", line 26, in 2024-01-24T21:31:17.081006948Z from openstackclient.common import clientmanager 2024-01-24T21:31:17.081010310Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 197, in 2024-01-24T21:31:17.081013735Z PLUGIN_MODULES = get_plugin_modules( 2024-01-24T21:31:17.081026609Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 149, in get_plugin_modules 2024-01-24T21:31:17.081030016Z mgr = stevedore.ExtensionManager(group) 2024-01-24T21:31:17.081032717Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 133, in __init__ 2024-01-24T21:31:17.081035671Z extensions = self._load_plugins(invoke_on_load, 2024-01-24T21:31:17.081038388Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in _load_plugins 2024-01-24T21:31:17.081041173Z for ep in self.list_entry_points(): 2024-01-24T21:31:17.081043982Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 207, in list_entry_points 2024-01-24T21:31:17.081046929Z eps = list(_cache.get_group_all(self.namespace)) 2024-01-24T21:31:17.081049579Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 171, in get_group_all 2024-01-24T21:31:17.081052372Z data = self._get_data_for_path(path) 2024-01-24T21:31:17.081055021Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 155, in _get_data_for_path 2024-01-24T21:31:17.081057939Z data = _build_cacheable_data(path) 2024-01-24T21:31:17.081060599Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 120, in _build_cacheable_data 2024-01-24T21:31:17.081063388Z item = ep[:] # convert namedtuple to tuple 2024-01-24T21:31:17.081066065Z TypeError: 'EntryPoint' object is not subscriptable 2024-01-24T21:31:18.442841553Z Traceback (most recent call last): 2024-01-24T21:31:18.442874789Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 152, in _get_data_for_path 2024-01-24T21:31:18.442879471Z with open(filename, 'r') as f: 2024-01-24T21:31:18.442882768Z FileNotFoundError: [Errno 2] No such file or directory: '/app/.cache/python-entrypoints/7093bbbf5260a97b5127766855e6d48750d4f37b5c49121ab523aa96258f5168' 2024-01-24T21:31:18.442886137Z 2024-01-24T21:31:18.442889863Z During handling of the above exception, another exception occurred: 2024-01-24T21:31:18.442893883Z 2024-01-24T21:31:18.442897210Z Traceback (most recent call last): 2024-01-24T21:31:18.442901232Z File "/usr/local/bin/openstack", line 5, in 2024-01-24T21:31:18.442905824Z from openstackclient.shell import main 2024-01-24T21:31:18.442908950Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/shell.py", line 26, in 2024-01-24T21:31:18.442912285Z from openstackclient.common import clientmanager 2024-01-24T21:31:18.442921949Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 197, in 2024-01-24T21:31:18.442926060Z PLUGIN_MODULES = get_plugin_modules( 2024-01-24T21:31:18.442929801Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 149, in get_plugin_modules 2024-01-24T21:31:18.442945800Z mgr = stevedore.ExtensionManager(group) 2024-01-24T21:31:18.442950773Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 133, in __init__ 2024-01-24T21:31:18.442955190Z extensions = self._load_plugins(invoke_on_load, 2024-01-24T21:31:18.442959673Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in _load_plugins 2024-01-24T21:31:18.442964525Z for ep in self.list_entry_points(): 2024-01-24T21:31:18.442968995Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 207, in list_entry_points 2024-01-24T21:31:18.442973365Z eps = list(_cache.get_group_all(self.namespace)) 2024-01-24T21:31:18.442977316Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 171, in get_group_all 2024-01-24T21:31:18.442980289Z data = self._get_data_for_path(path) 2024-01-24T21:31:18.442983095Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 155, in _get_data_for_path 2024-01-24T21:31:18.442986166Z data = _build_cacheable_data(path) 2024-01-24T21:31:18.442989076Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 120, in _build_cacheable_data 2024-01-24T21:31:18.442992025Z item = ep[:] # convert namedtuple to tuple 2024-01-24T21:31:18.442994942Z TypeError: 'EntryPoint' object is not subscriptable 2024-01-24T21:31:19.510169462Z Traceback (most recent call last): 2024-01-24T21:31:19.510203989Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 152, in _get_data_for_path 2024-01-24T21:31:19.510208461Z with open(filename, 'r') as f: 2024-01-24T21:31:19.510211749Z FileNotFoundError: [Errno 2] No such file or directory: '/app/.cache/python-entrypoints/7093bbbf5260a97b5127766855e6d48750d4f37b5c49121ab523aa96258f5168' 2024-01-24T21:31:19.510238399Z 2024-01-24T21:31:19.510242040Z During handling of the above exception, another exception occurred: 2024-01-24T21:31:19.510249407Z 2024-01-24T21:31:19.510252442Z Traceback (most recent call last): 2024-01-24T21:31:19.510255704Z File "/usr/local/bin/openstack", line 5, in 2024-01-24T21:31:19.510259497Z from openstackclient.shell import main 2024-01-24T21:31:19.510262599Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/shell.py", line 26, in 2024-01-24T21:31:19.510265971Z from openstackclient.common import clientmanager 2024-01-24T21:31:19.510269121Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 197, in 2024-01-24T21:31:19.510272483Z PLUGIN_MODULES = get_plugin_modules( 2024-01-24T21:31:19.510275619Z File "/usr/local/lib/python3.8/dist-packages/openstackclient/common/clientmanager.py", line 149, in get_plugin_modules 2024-01-24T21:31:19.510278901Z mgr = stevedore.ExtensionManager(group) 2024-01-24T21:31:19.510292519Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 133, in __init__ 2024-01-24T21:31:19.510304777Z extensions = self._load_plugins(invoke_on_load, 2024-01-24T21:31:19.510307904Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 218, in _load_plugins 2024-01-24T21:31:19.510310761Z for ep in self.list_entry_points(): 2024-01-24T21:31:19.510313527Z File "/usr/lib/python3/dist-packages/stevedore/extension.py", line 207, in list_entry_points 2024-01-24T21:31:19.510316379Z eps = list(_cache.get_group_all(self.namespace)) 2024-01-24T21:31:19.510319112Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 171, in get_group_all 2024-01-24T21:31:19.510321941Z data = self._get_data_for_path(path) 2024-01-24T21:31:19.510324720Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 155, in _get_data_for_path 2024-01-24T21:31:19.510336534Z data = _build_cacheable_data(path) 2024-01-24T21:31:19.510339301Z File "/usr/lib/python3/dist-packages/stevedore/_cache.py", line 120, in _build_cacheable_data 2024-01-24T21:31:19.510342115Z item = ep[:] # convert namedtuple to tuple 2024-01-24T21:31:19.510344856Z TypeError: 'EntryPoint' object is not subscriptable