Полностью трейс покажи.
2024-07-31 05:35:41.249 2436484 INFO nova.metadata.wsgi.server [None req-d0c36cc9-fd9e-4651-ac9b-ed78a0a72f50 - - - - - -] Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/oslo_config/cfg.py", line 2230, in __getattr__
return self._get(name)
File "/usr/lib/python3.9/site-packages/oslo_config/cfg.py", line 2664, in _get
value, loc = self._do_get(name, group, namespace)
File "/usr/lib/python3.9/site-packages/oslo_config/cfg.py", line 2682, in _do_get
info = self._get_opt_info(name, group)
File "/usr/lib/python3.9/site-packages/oslo_config/cfg.py", line 2887, in _get_opt_info
raise NoSuchOptError(opt_name, group)
oslo_config.cfg.NoSuchOptError: no such option keystone_authtoken in group [DEFAULT]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/eventlet/wsgi.py", line 595, in handle_one_response
result = self.application(self.environ, start_response)
File "/usr/lib/python3.9/site-packages/paste/urlmap.py", line 216, in __call__
return app(environ, start_response)
File "/usr/lib/python3.9/site-packages/webob/dec.py", line 129, in __call__
resp = self.call_func(req, *args, **kw)
File "/usr/lib/python3.9/site-packages/webob/dec.py", line 193, in call_func
return self.func(req, *args, **kwargs)
File "/usr/lib/python3.9/site-packages/oslo_middleware/base.py", line 124, in __call__
response = req.get_response(self.application)
File "/usr/lib/python3.9/site-packages/webob/request.py", line 1313, in send
status, headers, app_iter = self.call_application(
File "/usr/lib/python3.9/site-packages/webob/request.py", line 1278, in call_application
app_iter = application(self.environ, start_response)
File "/usr/lib/python3.9/site-packages/webob/dec.py", line 129, in __call__
resp = self.call_func(req, *args, **kw)
File "/usr/lib/python3.9/site-packages/webob/dec.py", line 193, in call_func
return self.func(req, *args, **kwargs)
File "/usr/lib/python3.9/site-packages/oslo_middleware/base.py", line 124, in __call__
response = req.get_response(self.application)
File "/usr/lib/python3.9/site-packages/webob/request.py", line 1313, in send
status, headers, app_iter = self.call_application(
File "/usr/lib/python3.9/site-packages/webob/request.py", line 1278, in call_application
app_iter = application(self.environ, start_response)
File "/usr/lib/python3.9/site-packages/webob/dec.py", line 129, in __call__
resp = self.call_func(req, *args, **kw)
File "/usr/lib/python3.9/site-packages/webob/dec.py", line 193, in call_func
return self.func(req, *args, **kwargs)
File "/usr/lib/python3.9/site-packages/nova/api/metadata/handler.py", line 129, in __call__
data = meta_data.lookup(req.path_info)
File "/usr/lib/python3.9/site-packages/nova/api/metadata/base.py", line 574, in lookup
data = self.get_openstack_item(path_tokens[1:])
File "/usr/lib/python3.9/site-packages/nova/api/metadata/base.py", line 313, in get_openstack_item
return self._route_configuration().handle_path(path_tokens)
File "/usr/lib/python3.9/site-packages/nova/api/metadata/base.py", line 656, in handle_path
return path_handler(version, path)
File "/usr/lib/python3.9/site-packages/nova/api/metadata/base.py", line 510, in _vendor_data2
values = self.vendordata_providers[provider].get()
File "/usr/lib/python3.9/site-packages/nova/api/metadata/vendordata_dynamic.py", line 140, in get
j[name] = self._do_request(name, url)
File "/usr/lib/python3.9/site-packages/nova/api/metadata/vendordata_dynamic.py", line 69, in _do_request
self.session = _load_ks_session(CONF)
File "/usr/lib/python3.9/site-packages/nova/api/metadata/vendordata_dynamic.py", line 45, in _load_ks_session
_ADMIN_AUTH = ks_loading.load_auth_from_conf_options(
File "/usr/lib/python3.9/site-packages/keystoneauth1/loading/conf.py", line 122, in load_from_conf_options
name = conf[group].auth_type