Reviewed: https://review.openstack.org/420440 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4bfc5502611d3f04f8b748769e82f37f8477e664 Submitter: Jenkins Branch: master
commit 4bfc5502611d3f04f8b748769e82f37f8477e664 Author: Matt Riedemann <[email protected]> Date: Sun Jan 15 14:10:28 2017 -0500 Add nova-manage cell_v2 list_cells command We have some commands which create cells and some commands which take a cell uuid as an argument but don't have a way to list cells, so this adds a command to do that. Change-Id: I0f79e8c16c41ed45f9f59c20644511c7f130cdf9 Closes-Bug: #1656675 ** 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/1656675 Title: There is no way to list cell mappings besides looking into the DB Status in OpenStack Compute (nova): Fix Released Status in OpenStack Compute (nova) newton series: New Bug description: There are various nova-manage cell_v2 commands to create cell mappings and take a cell mapping uuid as an input argument but we don't have any way to list cell mappings besides querying the database directly (in sql). We should provide a nova-manage CLI for listing cell mappings. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1656675/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

