yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13597
[Bug 1295426] Re: "get console output" v3 API should allow "null" as the length
** Also affects: python-novaclient
Importance: Undecided
Status: New
** Changed in: nova
Status: In Progress => Fix Committed
** Changed in: python-novaclient
Assignee: (unassigned) => Ken'ichi Ohmichi (oomichi)
--
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/1295426
Title:
"get console output" v3 API should allow -1 as the length
Status in OpenStack Compute (Nova):
Fix Committed
Status in Python client library for Nova:
In Progress
Bug description:
If running "nova console-log" command against v3 API, the command
fails like the following:
$ nova --os-compute-api-version 3 console-log vm01
ERROR: Invalid input for field/attribute length. Value: None. None is not of type 'integer', 'string' (HTTP 400) (Request-ID: req-b8588c9b-58a7-4e22-a2e9-30c5354ae4f7)
$
This is because API schema of the API does not allow null as the length of log. The other APIs(quota, etc) considers -1 as an unlimited value.
So it would be nice that "get console output" API also considers -1 as the
unlimited length for API consistency.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1295426/+subscriptions
References