yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #61089
[Bug 1659391] Re: Server list API does not show existing servers
** 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/1659391
Title:
Server list API does not show existing servers
Status in OpenStack Compute (nova):
Invalid
Bug description:
After merge of commit [1] command "nova list --all-" started returning
empty list when servers exist. Revert of this change makes API work
again.
Steps to reproduce:
1) install latest nova that contains commit [1]
2) create VM
3) run any of following commands:
$ nova list --all-
$ openstack server list --all
$ openstack server show %name-of-server%
$ nova show %name-of-server%
Expected: we see data of server we created on second step.
Actual: empty list on "list" command or "NotFound" error on "show" command.
[1] https://review.openstack.org/#/c/396775/
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1659391/+subscriptions
References