[Bug 1418392] Re: openstackclient quota show command has problems with columns

Michael Terry michael.terry at canonical.com
Mon Jul 6 20:36:53 UTC 2015


Switching task to python-cliff, since that's where the bug is.  And
marking fix released, since wily has a version with the fix.

** Package changed: python-openstackclient (Ubuntu) => python-cliff
(Ubuntu)

** Changed in: python-cliff (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-cliff in Ubuntu.
https://bugs.launchpad.net/bugs/1418392

Title:
  openstackclient quota show command has problems with columns

Status in OpenStack Command Line Client:
  Invalid
Status in python-cliff package in Ubuntu:
  Fix Released

Bug description:
  In python-openstackclient-0.4.1-1

  The 'quota show' command has the output formatter:

  -c COLUMN, --column COLUMN
                          specify the column(s) to include, can be repeated

  But it doesn't work. Tests:

  (openstack) quota show PROJECT_ID -c ram
  ERROR: cliff.app 'module' object has no attribute 'compress'

  (openstack) quota show 1ba03dae-e7f9-4b1f-afb3-ba9429d45c67 -c cores
  ERROR: cliff.app 'module' object has no attribute 'compress'

  (openstack) quota show -c cores 1ba03dae-e7f9-4b1f-afb3-ba9429d45c67
  ERROR: cliff.app 'module' object has no attribute 'compress'

  For other commands, that output formatter works, for example:

  (openstack) project list -c ID
  +--------------------------------------+
  | ID                                   |
  +--------------------------------------+
  | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
  | yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy |

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-openstackclient/+bug/1418392/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list