glance image list has more properties than osc

Bug #1348475 reported by Steve Martinelli
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-openstackclient
Fix Released
Undecided
Steve Martinelli

Bug Description

performing image list on nova or glance gives much more information than OSC

Additional columns such as status, disk format, size, container format are missing from OSC, I double checked there is no --long option for image list

$ nova image-list
+--------------------------------------+---------------------------------+--------+--------+
| ID | Name | Status | Server |
+--------------------------------------+---------------------------------+--------+--------+
| 2a77ba43-01ad-40cc-a818-eb0e3c8e618d | Fedora-x86_64-20-20140618-sda | ACTIVE | |
| af31aa75-62c0-42fe-918e-45f36111a4d3 | cirros-0.3.2-x86_64-uec | ACTIVE | |
| 1f407599-61bf-4221-85a0-50c9a520b8b9 | cirros-0.3.2-x86_64-uec-kernel | ACTIVE | |
| 2b2bde62-12c9-44b7-959b-da0583b29418 | cirros-0.3.2-x86_64-uec-ramdisk | ACTIVE | |
+--------------------------------------+---------------------------------+--------+--------+

$ glance image-list
+--------------------------------------+---------------------------------+-------------+------------------+-----------+--------+
| ID | Name | Disk Format | Container Format | Size | Status |
+--------------------------------------+---------------------------------+-------------+------------------+-----------+--------+
| af31aa75-62c0-42fe-918e-45f36111a4d3 | cirros-0.3.2-x86_64-uec | ami | ami | 25165824 | active |
| 1f407599-61bf-4221-85a0-50c9a520b8b9 | cirros-0.3.2-x86_64-uec-kernel | aki | aki | 4969360 | active |
| 2b2bde62-12c9-44b7-959b-da0583b29418 | cirros-0.3.2-x86_64-uec-ramdisk | ari | ari | 3723817 | active |
| 2a77ba43-01ad-40cc-a818-eb0e3c8e618d | Fedora-x86_64-20-20140618-sda | qcow2 | bare | 209649664 | active |
+--------------------------------------+---------------------------------+-------------+------------------+-----------+--------+

$ openstack image list
+--------------------------------------+---------------------------------+
| ID | Name |
+--------------------------------------+---------------------------------+
| 2a77ba43-01ad-40cc-a818-eb0e3c8e618d | Fedora-x86_64-20-20140618-sda |
| af31aa75-62c0-42fe-918e-45f36111a4d3 | cirros-0.3.2-x86_64-uec |
| 2b2bde62-12c9-44b7-959b-da0583b29418 | cirros-0.3.2-x86_64-uec-ramdisk |
| 1f407599-61bf-4221-85a0-50c9a520b8b9 | cirros-0.3.2-x86_64-uec-kernel |
+--------------------------------------+---------------------------------+

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

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

commit e1c32b8224624fd690fd8eb273e4859d5702b0c2
Author: Steve Martinelli <email address hidden>
Date: Fri Jul 25 01:09:59 2014 -0400

    Add more columns to image list output

    Add disk_format, container_format, size and status to image list
    command. Added tests as well.

    Change-Id: I8e3822c6d46d0020fc706955c026549f6c635587
    Closes-Bug: #1348475

Changed in python-openstackclient:
status: New → Fix Committed
Dean Troyer (dtroyer)
Changed in python-openstackclient:
milestone: none → m5
Changed in python-openstackclient:
assignee: nobody → Steve Martinelli (stevemar)
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.