Bug 1042334

Summary: [RFE][ceilometer]: Ceilometer CLI should display more information
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/ceilometer/+spec/cli-detailed-info
Whiteboard: upstream_milestone_none upstream_status_unknown upstream_definition_obsolete
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:16:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 21:47:19 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/ceilometer/+spec/cli-detailed-info.

Description:

Currently the ceilometer user-list, project-list only show as following,

ceilometer user-list
INFO Starting new HTTP connection (1): 127.0.0.1
+----------------------------------+
| User ID                          |
+----------------------------------+
| 538971dcda334d43bb6a3f5b00efc96f |
| 707a9388e22a496d975b24ca03e06976 |
+----------------------------------+

ceilometer project-list
INFO Starting new HTTP connection (1): 127.0.0.1
+----------------------------------+
| Project ID                       |
+----------------------------------+
| 8e7c9edc966241b29ef913314a7f6b48 |
| 971863111f38462695723b7d9b051385 |
| b701ff33ad524a5b81a25afa9b14b7ad |
| cc00b0cc45364ca0a431b26888ed6705 |
+----------------------------------+

There is only ID displayed, it should have more information displayed such as Name and etc.

Specification URL (additional information):

None