Activity log for bug #1418392

Date Who What changed Old value New value Message
2015-02-05 08:15:33 Marcos Lobo bug added bug
2015-02-05 11:11:21 Marcos Lobo 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 Field ERROR: cliff.app 'module' object has no attribute 'compress' (openstack) quota show 1ba03dae-e7f9-4b1f-afb3-ba9429d45c67 -c field ERROR: cliff.app 'module' object has no attribute 'compress' (openstack) quota show -c Filed 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 | 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 |
2015-02-05 11:11:31 Marcos Lobo python-openstackclient: assignee Marcos Lobo (marcos-fermin-lobo)
2015-02-05 11:17:42 Marcos Lobo affects python-openstackclient python-cliff
2015-02-05 11:18:02 Marcos Lobo summary Quota show command has problems with colums openstackclient quota show command has problems with columns
2015-02-05 11:21:27 Marcos Lobo affects python-cliff python-openstackclient
2015-02-05 15:56:19 Steve Martinelli bug task added python-openstackclient (Ubuntu)
2015-02-06 18:40:45 Dean Troyer python-openstackclient: status New Invalid
2015-07-06 20:36:53 Michael Terry affects python-openstackclient (Ubuntu) python-cliff (Ubuntu)
2015-07-06 20:36:53 Michael Terry python-cliff (Ubuntu): status New Fix Released