yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #78740
[Bug 1831420] Re: unable to launch instance in openstack rocky
It's failing when trying to communicate with neutron so my guess would
be there is something wrong with the user/project setup for the neutron
user that nova is configured to use:
[neutron]
url = http://controller:9696
auth_url = http://controller:5000
auth_type = password
piroject_domain_name = default
user_domain_name = default
region_name = RegionOne
project_name = service
username = neutron
password = password
service_metadata_proxy = true
metadata_proxy_shared_secret = METADATA_SECRET
"Expecting to find domain in project." I've never seen that error but maybe check the keystone logs or double-check your neutron user/project setup.
** Changed in: nova
Status: New => Invalid
--
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/1831420
Title:
unable to launch instance in openstack rocky
Status in OpenStack Compute (nova):
Invalid
Bug description:
Hi experts,
i am getting error while creating an instance.
attached nova.log
**kwargs)
2019-06-03 11:26:27.769 8455 ERROR nova.api.openstack.wsgi File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 869, in request
2019-06-03 11:26:27.769 8455 ERROR nova.api.openstack.wsgi raise exceptions.from_response(resp, method, url)
2019-06-03 11:26:27.769 8455 ERROR nova.api.openstack.wsgi BadRequest: Expecting to find domain in project. The server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error. (HTTP 400) (Request-ID: req-bc6fd7c0-0c9a-430d-bf04-8e336a1bde4f)
2019-06-03 11:26:27.769 8455 ERROR nova.api.openstack.wsgi
2019-06-03 11:26:27.777 8455 INFO nova.api.openstack.wsgi [req-7bf21114-32dc-4630-ac49-9fd42bc1db4d 7ca1a99adc784213903a653cafe3d191 4f0257be0f68400bb3d247df3d1c437f - 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.http.BadRequest'>
2019-06-03 11:26:27.779 8455 INFO nova.osapi_compute.wsgi.server [req-7bf21114-32dc-4630-ac49-9fd42bc1db4d 7ca1a99adc784213903a653cafe3d191 4f0257be0f68400bb3d247df3d1c437f - default default] 10.61.11.204 "POST /v2.1/servers HTTP/1.1" status: 500 len: 649 time: 1.2446771
Regards
Rupinder
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1831420/+subscriptions
References