nova list --status invalid-status results in ERROR
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Invalid
|
Undecided
|
Jeffrey Zhang | ||
Mitaka |
Fix Released
|
Undecided
|
Jeffrey Zhang | ||
Ocata |
Invalid
|
Undecided
|
Jeffrey Zhang |
Bug Description
Hi,
Found during tempest:
test_list_
=======
Failed 1 tests - output below:
=======
tempest.
-------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "tempest/
body = self.client.
File "tempest/
resp, body = self.get(url)
File "tempest/
return self.request('GET', url, extra_headers, headers)
File "tempest/
method, url, extra_headers, headers, body, chunked)
File "tempest/
resp, resp_body)
File "tempest/
tempest.
Details: The server has either erred or is incapable of performing the requested operation.
This can also be reproduced with simple command:
nova list --status invalid-status
Here is the upstream bug with a fix for nova 13.1.2
https:/
Regards,
Sercan
you are using mitaka branch, right?