yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #61116
[Bug 1659391] Re: Server list API does not show existing servers if cell service disabled and default cell not configured
Updated description. Bug is valid.
** Changed in: nova
Status: Invalid => New
--
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 if cell service
disabled and default cell not configured
Status in OpenStack Compute (nova):
New
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.
It is possible when we disable cell services and do not configure default one. But, "list" operation should always show all scheduled servers.
Steps to reproduce:
1) install latest nova that contains commit [1], not configuring cell service and not creating default cell.
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