yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #50258
[Bug 1570931] Re: Attach the Nova API log if possible." Keystoneclient.exceptions.BadRequest"
I solved the problem...
At controller, in /etc/nova/nova.conf, should exist a [neutron] section. In my case it was lacking the authentication parameters.
This section as below, without authentication parameters, was causing
the problem:
[neutron]
service_metadata_proxy = True
metadata_proxy_shared_secret = password
** Changed in: nova
Status: Incomplete => Opinion
--
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/1570931
Title:
Attach the Nova API log if possible."
Keystoneclient.exceptions.BadRequest"
Status in OpenStack Compute (nova):
Opinion
Bug description:
This bug occurs when a new instcacia is initialised at liberty
OpenStack.
In Horizon :
The error message. "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. <class 'keystoneclient.exceptions.BadRequest'>".
I am using the recommended environment, and the official installation of OpenStack. A controller with network services. And two computers nodes.
Also there are two networks created. One internal and one external.
And
when i tried to initiate instance using following command;
nova boot --flavor m1.tiny --image cirros --nic net-
id=f2c94628-f774-43c7-9508-ee4cac175f1d --security-group default
--key-name mykey public-instance
it gives error;
ERROR (ClientException): Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
<class 'keystoneclient.exceptions.BadRequest'> (HTTP 500) (Request-ID: req-2982939b-53e9-45df-a5e7-b2ceb2cf1f0c)
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1570931/+subscriptions
References