Reviewed: https://review.openstack.org/339219 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5a5b06fb24fc6e392eb5381f1348e475f1302e1e Submitter: Jenkins Branch: master
commit 5a5b06fb24fc6e392eb5381f1348e475f1302e1e Author: Matt Riedemann <mrie...@us.ibm.com> Date: Thu Jul 7 16:07:53 2016 -0400 Deprecate nova-manage vm list command The nova-manage vm command is replaced with the nova list command in python-novaclient, and has been for a long time. As of microversion 2.3, the fields that are output from nova-manage vm list are all covered in the REST API for showing server details, which can also be used via the --fields option of the nova list command. The nova list command also allows filtering by host. This sets the timer for deprecation and then removal in Ocata. Change-Id: Ibce8c3deb24a16019b721d3b91640ca342ae541b Closes-Bug: #1494841 ** 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/1494841 Title: nova-manage vm list active Status in OpenStack Compute (nova): Fix Released Bug description: Pre Kilo, nova-manage vm list only showed active vm's. This was useful for ops to track down what vms were on which hosts, etc. After kilo, all the deleted ones are returned too. This is ok, but its much slower to query if you |grep active. There needs to be an --active flag or something to filter on the db side for better performance. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1494841/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp