Public bug reported:

Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and 
attach the Nova API log if possible.
<class 'keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions'> (HTTP 
500) (Request-ID: req-39785af3-87cb-4d19-a869-d7c8ac8529de)
2024-11-16 13:17:25.347 9087 INFO nova.api.openstack.wsgi 
[req-d5fb0dbf-a607-40ca-88d5-1031e8df1ee5 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] HTTP exception thrown: 
Flavor small could not be found.
2024-11-16 13:17:25.349 9087 INFO nova.osapi_compute.wsgi.server 
[req-d5fb0dbf-a607-40ca-88d5-1031e8df1ee5 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] 10.199.0.254 "GET 
/v2.1/flavors/small HTTP/1.1" status: 404 len: 498 time: 0.8112016
2024-11-16 13:17:25.371 9087 INFO nova.osapi_compute.wsgi.server 
[req-dc9bb283-9916-4ff3-a980-03ec8deb8e2b 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] 10.199.0.254 "GET 
/v2.1/flavors HTTP/1.1" status: 200 len: 597 time: 0.0177760
2024-11-16 13:17:25.388 9087 INFO nova.osapi_compute.wsgi.server 
[req-869a5ec6-a7fc-4704-847a-5751da358486 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] 10.199.0.254 "GET 
/v2.1/flavors/auto HTTP/1.1" status: 200 len: 766 time: 0.0117326
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi 
[req-88c28904-47ca-439f-969b-14517dac714f 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] Unexpected exception in API 
method: keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions: Auth 
plugin requires parameters which were not given: auth_url
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi Traceback (most 
recent call last):
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/openstack/wsgi.py", line 658, in 
wrapped
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     return f(*args, 
**kwargs)
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in 
wrapper
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     return 
func(*args, **kwargs)
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in 
wrapper
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     return 
func(*args, **kwargs)
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in 
wrapper
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     return 
func(*args, **kwargs)
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   [Previous line 
repeated 10 more times]
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/openstack/compute/servers.py", line 
785, in create
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     instances, 
resv_id = self.compute_api.create(
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/compute/api.py", line 2099, in create
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     return 
self._create_instance(
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/compute/api.py", line 1582, in 
_create_instance
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     ) = 
self._validate_and_build_base_options(
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/compute/api.py", line 1083, in 
_validate_and_build_base_options
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     result = 
self.network_api.create_resource_requests(
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/network/neutron.py", line 2167, in 
create_resource_requests
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     neutron = 
get_client(context, admin=True)
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/network/neutron.py", line 234, in 
get_client
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     auth_plugin = 
_get_auth_plugin(context, admin=admin)
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/network/neutron.py", line 214, in 
_get_auth_plugin
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     _ADMIN_AUTH = 
_load_auth_plugin(CONF)
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/network/neutron.py", line 72, in 
_load_auth_plugin
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     auth_plugin = 
ks_loading.load_auth_from_conf_options(conf,
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/keystoneauth1/loading/conf.py", line 135, in 
load_from_conf_options
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     return 
plugin.load_from_options_getter(_getter, **kwargs)
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/keystoneauth1/loading/base.py", line 187, in 
load_from_options_getter
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     return 
self.load_from_options(**kwargs)
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/keystoneauth1/loading/base.py", line 162, in 
load_from_options
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     raise 
exceptions.MissingRequiredOptions(missing_required)
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi 
keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions: Auth plugin 
requires parameters which were not given: auth_url
2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi 
2024-11-16 13:17:26.666 9087 INFO nova.api.openstack.wsgi 
[req-88c28904-47ca-439f-969b-14517dac714f 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] HTTP exception thrown: 
Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and 
attach the Nova API log if possible.
<class 'keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions'>
2024-11-16 13:17:26.668 9087 INFO nova.osapi_compute.wsgi.server 
[req-88c28904-47ca-439f-969b-14517dac714f 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] 10.199.0.254 "POST 
/v2.1/servers HTTP/1.1" status: 500 len: 667 time: 1.0506554
2024-11-16 13:20:31.313 9089 INFO nova.osapi_compute.wsgi.server [-] 
10.199.0.254 "GET /v2.1 HTTP/1.1" status: 200 len: 785 time: 0.0083022
2024-11-16 13:20:32.516 9089 INFO nova.osapi_compute.wsgi.server 
[req-4476455d-c66f-41b9-87db-1984e4f3a216 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] 10.199.0.254 "GET 
/v2.1/servers/detail HTTP/1.1" status: 200 len: 415 time: 1.0878365
2024-11-16 13:22:18.257 9096 INFO nova.osapi_compute.wsgi.server [-] 
10.199.0.254 "GET /v2.1 HTTP/1.1" status: 200 len: 785 time: 0.0045171
2024-11-16 13:22:18.988 9096 INFO nova.osapi_compute.wsgi.server 
[req-c9d65bf3-08d1-4792-9e41-7114bacc2bab 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] 10.199.0.254 "GET 
/v2.1/flavors/detail?is_public=True HTTP/1.1" status: 200 len: 811 time: 
0.7271013
2024-11-16 13:22:19.009 9096 INFO nova.osapi_compute.wsgi.server 
[req-6e4a47da-ca99-4efb-9c3a-6d7314118748 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] 10.199.0.254 "GET 
/v2.1/flavors/auto/os-extra_specs HTTP/1.1" status: 200 len: 419 time: 0.0153685
2024-11-16 13:23:01.054 9096 INFO nova.osapi_compute.wsgi.server 
[req-1745f6d2-e09e-4d93-8855-d5768480ed25 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] 10.199.0.254 "GET 
/v2.1/flavors/auto HTTP/1.1" status: 200 len: 766 time: 0.2900908
2024-11-16 13:23:01.282 9096 WARNING oslo_config.cfg 
[req-39785af3-87cb-4d19-a869-d7c8ac8529de 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] Deprecated: Option 
"api_servers" from group "glance" is deprecated for removal (
Support for image service configuration via standard keystoneauth1 Adapter
options was added in the 17.0.0 Queens release. The api_servers option was
retained temporarily to allow consumers time to cut over to a real load
balancing solution.
).  Its value may be silently ignored in the future.
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi 
[req-39785af3-87cb-4d19-a869-d7c8ac8529de 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] Unexpected exception in API 
method: keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions: Auth 
plugin requires parameters which were not given: auth_url
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi Traceback (most 
recent call last):
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/openstack/wsgi.py", line 658, in 
wrapped
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     return f(*args, 
**kwargs)
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in 
wrapper
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     return 
func(*args, **kwargs)
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in 
wrapper
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     return 
func(*args, **kwargs)
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in 
wrapper
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     return 
func(*args, **kwargs)
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   [Previous line 
repeated 10 more times]
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/openstack/compute/servers.py", line 
785, in create
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     instances, 
resv_id = self.compute_api.create(
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/compute/api.py", line 2099, in create
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     return 
self._create_instance(
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/compute/api.py", line 1582, in 
_create_instance
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     ) = 
self._validate_and_build_base_options(
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/compute/api.py", line 1083, in 
_validate_and_build_base_options
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     result = 
self.network_api.create_resource_requests(
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/network/neutron.py", line 2167, in 
create_resource_requests
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     neutron = 
get_client(context, admin=True)
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/network/neutron.py", line 234, in 
get_client
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     auth_plugin = 
_get_auth_plugin(context, admin=admin)
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/network/neutron.py", line 214, in 
_get_auth_plugin
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     _ADMIN_AUTH = 
_load_auth_plugin(CONF)
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/network/neutron.py", line 72, in 
_load_auth_plugin
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     auth_plugin = 
ks_loading.load_auth_from_conf_options(conf,
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/keystoneauth1/loading/conf.py", line 135, in 
load_from_conf_options
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     return 
plugin.load_from_options_getter(_getter, **kwargs)
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/keystoneauth1/loading/base.py", line 187, in 
load_from_options_getter
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     return 
self.load_from_options(**kwargs)
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/keystoneauth1/loading/base.py", line 162, in 
load_from_options
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     raise 
exceptions.MissingRequiredOptions(missing_required)
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi 
keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions: Auth plugin 
requires parameters which were not given: auth_url
2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi 
2024-11-16 13:23:01.777 9096 INFO nova.api.openstack.wsgi 
[req-39785af3-87cb-4d19-a869-d7c8ac8529de 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] HTTP exception thrown: 
Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and 
attach the Nova API log if possible.
<class 'keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions'>
2024-11-16 13:23:01.780 9096 INFO nova.osapi_compute.wsgi.server 
[req-39785af3-87cb-4d19-a869-d7c8ac8529de 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] 10.199.0.254 "POST 
/v2.1/servers HTTP/1.1" status: 500 len: 667 time: 0.5262861

** Affects: nova
     Importance: Undecided
         Status: New


** Tags: keystone nova

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/2088341

Title:
  Unexpected API Error

Status in OpenStack Compute (nova):
  New

Bug description:
  Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ 
and attach the Nova API log if possible.
  <class 'keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions'> (HTTP 
500) (Request-ID: req-39785af3-87cb-4d19-a869-d7c8ac8529de)
  2024-11-16 13:17:25.347 9087 INFO nova.api.openstack.wsgi 
[req-d5fb0dbf-a607-40ca-88d5-1031e8df1ee5 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] HTTP exception thrown: 
Flavor small could not be found.
  2024-11-16 13:17:25.349 9087 INFO nova.osapi_compute.wsgi.server 
[req-d5fb0dbf-a607-40ca-88d5-1031e8df1ee5 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] 10.199.0.254 "GET 
/v2.1/flavors/small HTTP/1.1" status: 404 len: 498 time: 0.8112016
  2024-11-16 13:17:25.371 9087 INFO nova.osapi_compute.wsgi.server 
[req-dc9bb283-9916-4ff3-a980-03ec8deb8e2b 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] 10.199.0.254 "GET 
/v2.1/flavors HTTP/1.1" status: 200 len: 597 time: 0.0177760
  2024-11-16 13:17:25.388 9087 INFO nova.osapi_compute.wsgi.server 
[req-869a5ec6-a7fc-4704-847a-5751da358486 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] 10.199.0.254 "GET 
/v2.1/flavors/auto HTTP/1.1" status: 200 len: 766 time: 0.0117326
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi 
[req-88c28904-47ca-439f-969b-14517dac714f 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] Unexpected exception in API 
method: keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions: Auth 
plugin requires parameters which were not given: auth_url
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi Traceback (most 
recent call last):
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/openstack/wsgi.py", line 658, in 
wrapped
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     return 
f(*args, **kwargs)
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in 
wrapper
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     return 
func(*args, **kwargs)
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in 
wrapper
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     return 
func(*args, **kwargs)
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in 
wrapper
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     return 
func(*args, **kwargs)
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   [Previous line 
repeated 10 more times]
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/openstack/compute/servers.py", line 
785, in create
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     instances, 
resv_id = self.compute_api.create(
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/compute/api.py", line 2099, in create
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     return 
self._create_instance(
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/compute/api.py", line 1582, in 
_create_instance
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     ) = 
self._validate_and_build_base_options(
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/compute/api.py", line 1083, in 
_validate_and_build_base_options
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     result = 
self.network_api.create_resource_requests(
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/network/neutron.py", line 2167, in 
create_resource_requests
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     neutron = 
get_client(context, admin=True)
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/network/neutron.py", line 234, in 
get_client
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     auth_plugin = 
_get_auth_plugin(context, admin=admin)
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/network/neutron.py", line 214, in 
_get_auth_plugin
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     _ADMIN_AUTH = 
_load_auth_plugin(CONF)
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/network/neutron.py", line 72, in 
_load_auth_plugin
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     auth_plugin = 
ks_loading.load_auth_from_conf_options(conf,
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/keystoneauth1/loading/conf.py", line 135, in 
load_from_conf_options
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     return 
plugin.load_from_options_getter(_getter, **kwargs)
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/keystoneauth1/loading/base.py", line 187, in 
load_from_options_getter
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     return 
self.load_from_options(**kwargs)
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/keystoneauth1/loading/base.py", line 162, in 
load_from_options
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi     raise 
exceptions.MissingRequiredOptions(missing_required)
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi 
keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions: Auth plugin 
requires parameters which were not given: auth_url
  2024-11-16 13:17:26.664 9087 ERROR nova.api.openstack.wsgi 
  2024-11-16 13:17:26.666 9087 INFO nova.api.openstack.wsgi 
[req-88c28904-47ca-439f-969b-14517dac714f 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] HTTP exception thrown: 
Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and 
attach the Nova API log if possible.
  <class 'keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions'>
  2024-11-16 13:17:26.668 9087 INFO nova.osapi_compute.wsgi.server 
[req-88c28904-47ca-439f-969b-14517dac714f 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] 10.199.0.254 "POST 
/v2.1/servers HTTP/1.1" status: 500 len: 667 time: 1.0506554
  2024-11-16 13:20:31.313 9089 INFO nova.osapi_compute.wsgi.server [-] 
10.199.0.254 "GET /v2.1 HTTP/1.1" status: 200 len: 785 time: 0.0083022
  2024-11-16 13:20:32.516 9089 INFO nova.osapi_compute.wsgi.server 
[req-4476455d-c66f-41b9-87db-1984e4f3a216 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] 10.199.0.254 "GET 
/v2.1/servers/detail HTTP/1.1" status: 200 len: 415 time: 1.0878365
  2024-11-16 13:22:18.257 9096 INFO nova.osapi_compute.wsgi.server [-] 
10.199.0.254 "GET /v2.1 HTTP/1.1" status: 200 len: 785 time: 0.0045171
  2024-11-16 13:22:18.988 9096 INFO nova.osapi_compute.wsgi.server 
[req-c9d65bf3-08d1-4792-9e41-7114bacc2bab 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] 10.199.0.254 "GET 
/v2.1/flavors/detail?is_public=True HTTP/1.1" status: 200 len: 811 time: 
0.7271013
  2024-11-16 13:22:19.009 9096 INFO nova.osapi_compute.wsgi.server 
[req-6e4a47da-ca99-4efb-9c3a-6d7314118748 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] 10.199.0.254 "GET 
/v2.1/flavors/auto/os-extra_specs HTTP/1.1" status: 200 len: 419 time: 0.0153685
  2024-11-16 13:23:01.054 9096 INFO nova.osapi_compute.wsgi.server 
[req-1745f6d2-e09e-4d93-8855-d5768480ed25 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] 10.199.0.254 "GET 
/v2.1/flavors/auto HTTP/1.1" status: 200 len: 766 time: 0.2900908
  2024-11-16 13:23:01.282 9096 WARNING oslo_config.cfg 
[req-39785af3-87cb-4d19-a869-d7c8ac8529de 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] Deprecated: Option 
"api_servers" from group "glance" is deprecated for removal (
  Support for image service configuration via standard keystoneauth1 Adapter
  options was added in the 17.0.0 Queens release. The api_servers option was
  retained temporarily to allow consumers time to cut over to a real load
  balancing solution.
  ).  Its value may be silently ignored in the future.
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi 
[req-39785af3-87cb-4d19-a869-d7c8ac8529de 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] Unexpected exception in API 
method: keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions: Auth 
plugin requires parameters which were not given: auth_url
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi Traceback (most 
recent call last):
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/openstack/wsgi.py", line 658, in 
wrapped
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     return 
f(*args, **kwargs)
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in 
wrapper
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     return 
func(*args, **kwargs)
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in 
wrapper
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     return 
func(*args, **kwargs)
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/validation/__init__.py", line 110, in 
wrapper
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     return 
func(*args, **kwargs)
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   [Previous line 
repeated 10 more times]
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/api/openstack/compute/servers.py", line 
785, in create
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     instances, 
resv_id = self.compute_api.create(
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/compute/api.py", line 2099, in create
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     return 
self._create_instance(
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/compute/api.py", line 1582, in 
_create_instance
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     ) = 
self._validate_and_build_base_options(
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/compute/api.py", line 1083, in 
_validate_and_build_base_options
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     result = 
self.network_api.create_resource_requests(
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/network/neutron.py", line 2167, in 
create_resource_requests
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     neutron = 
get_client(context, admin=True)
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/network/neutron.py", line 234, in 
get_client
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     auth_plugin = 
_get_auth_plugin(context, admin=admin)
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/network/neutron.py", line 214, in 
_get_auth_plugin
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     _ADMIN_AUTH = 
_load_auth_plugin(CONF)
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/nova/network/neutron.py", line 72, in 
_load_auth_plugin
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     auth_plugin = 
ks_loading.load_auth_from_conf_options(conf,
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/keystoneauth1/loading/conf.py", line 135, in 
load_from_conf_options
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     return 
plugin.load_from_options_getter(_getter, **kwargs)
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/keystoneauth1/loading/base.py", line 187, in 
load_from_options_getter
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     return 
self.load_from_options(**kwargs)
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi   File 
"/usr/lib/python3/dist-packages/keystoneauth1/loading/base.py", line 162, in 
load_from_options
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi     raise 
exceptions.MissingRequiredOptions(missing_required)
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi 
keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions: Auth plugin 
requires parameters which were not given: auth_url
  2024-11-16 13:23:01.769 9096 ERROR nova.api.openstack.wsgi 
  2024-11-16 13:23:01.777 9096 INFO nova.api.openstack.wsgi 
[req-39785af3-87cb-4d19-a869-d7c8ac8529de 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] HTTP exception thrown: 
Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and 
attach the Nova API log if possible.
  <class 'keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions'>
  2024-11-16 13:23:01.780 9096 INFO nova.osapi_compute.wsgi.server 
[req-39785af3-87cb-4d19-a869-d7c8ac8529de 2c9658c49521412ea4f9ea306a00dbc8 
51753f46ebbf4deabc44ee2288cb4062 - default default] 10.199.0.254 "POST 
/v2.1/servers HTTP/1.1" status: 500 len: 667 time: 0.5262861

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/2088341/+subscriptions


-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to