flavor list missing features

Bug #1416780 reported by Igor Bolotin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-openstackclient
Fix Released
Medium
Igor Bolotin

Bug Description

nova flavor-list has two features that we need:
  --extra-specs Get extra-specs of each flavor.
  --all Display all flavors (Admin only).

openstack client is currently missing these capabilities

Igor Bolotin (ibolotin)
Changed in python-openstackclient:
assignee: nobody → Igor Bolotin (ibolotin)
status: New → In Progress
Changed in python-openstackclient:
milestone: none → m8
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/151841
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=6d4678185dfe70ef79e9e2ced9c682a0fdc9c033
Submitter: Jenkins
Branch: master

commit 6d4678185dfe70ef79e9e2ced9c682a0fdc9c033
Author: Igor_Bolotin <email address hidden>
Date: Fri Jan 30 13:04:45 2015 -0800

    Added capabilities/options to 'openstack flavor list'
    command to match capabilities already provided by
    'nova flavor-list':

    —public | --private | --all options allows to list
    public only (default), private only or all flavors.

    —long displays more field. This option also fetches
    properties (extra-specs) for each flavor using separate
    API call for each flavor and it’s too slow to be done by
    default. However as an administrator - sometimes I need
    to be able to see them for all flavors.

    Removed empty “Extra Specs” column as well as "Swap" and
    "RXTX Factor" from default output.

    DocImpact
    Closes-Bug: #1416780

    Change-Id: I30cfa2c75e28daf17b936543a177c23ae1743c37

Changed in python-openstackclient:
status: In Progress → Fix Committed
Dean Troyer (dtroyer)
Changed in python-openstackclient:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.