yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #70179
[Bug 1735687] Re: Not able to list the compute_nodes mapped under single cell using nova-manage
Reviewed: https://review.openstack.org/524755
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c7b51a63b0c3b5ad80979060bbfe49287e6da847
Submitter: Zuul
Branch: master
commit c7b51a63b0c3b5ad80979060bbfe49287e6da847
Author: Hongbin Lu <hongbin034@xxxxxxxxx>
Date: Fri Dec 1 23:03:04 2017 +0000
Add support for listing hosts in cellv2
Add a ``nova-manage cell_v2 list_hosts`` command for listing hosts
in one or all v2 cells.
Change-Id: Ie8eaa8701aafac10e030568107b8e6255a60434d
Closes-Bug: #1735687
** Changed in: nova
Status: In Progress => Fix Released
--
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/1735687
Title:
Not able to list the compute_nodes mapped under single cell using
nova-manage
Status in OpenStack Compute (nova):
Fix Released
Bug description:
!!!!!!!!!!!!!!!!!!!!!!!!! READ THIS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Description
===========
Currently I am not able to list the compute_nodes present under single cell using nova-manage. Only way to check the available compute_nodes under specific cell is from the host_mappings table.
Steps to reproduce
==================
* nova-manage cell_v2 list_hosts --cell_uuid <cell-uuid>
* No method found
Expected result
===============
nova-manage cell_v2 list_hosts --cell_uuid 1794f657-d8e9-41ad-bff7-01b284b55a9b
+----+----------+-----------+
| Id | Host | Cell Name |
+----+----------+-----------+
| 2 | compute2 | cell2 |
+----+----------+-----------+
Actual result
=============
No such method (list_hosts) found from nova-manage
Environment
===========
Using Devstack stable/pike, nova-manage (16.0.3 ).
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1735687/+subscriptions
References