yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #21481
[Bug 1310791] Re: Server resize error message indicates field which does not match request
I think this is using an out of tree extension
** Changed in: nova
Status: Incomplete => 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/1310791
Title:
Server resize error message indicates field which does not match
request
Status in OpenStack Compute (Nova):
Invalid
Bug description:
With a post of this resize body to the nova API, "ram" is specified:
Body :
{"resize":{"flavor":{"vcpus":1,"ram":9999999999,"disk":20,"extra_specs":{"key:smt":"-1"}}}}
The response refers to the same field as "memory_mb":
Response :
{
badRequest: {
message: "Invalid input received: memory_mb must be <= 2147483647"
code: 400
}-
It would seem to make more sense if the response referred to the same
field as the request.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1310791/+subscriptions
References