Configuration Group in Mgmt Show Too Verbose
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack DBaaS (Trove) |
Triaged
|
Low
|
mariam john |
Bug Description
A mgmt-show:
-------
| Property | Value |
+------
| configuration | {u'id': u'de3fa72e-
| created | 2014-03-10T06:32:58 |
| datastore | mysql |
| datastore_version | mysql-5.5 |
| deleted | False |
| deleted_at | None |
| flavor | 7 |
| guest_status | running |
| id | 07e4eb9e-
| ip | 10.0.0.3 |
| name | Money |
| root_enabled | 2014-03-10T06:33:01 |
| root_enabled_by | root |
| server | None |
| service_status | ACTIVE |
| status | RESTART_REQUIRED |
| task_description | Instance requires a restart. |
| tenant_id | 911aa91e7cc54e3
| updated | 2014-03-10T06:52:57 |
| volume | 1 |
| volume_id | 852e0196-
| volume_status | in-use |
| volume_used | 0.13 |
+------
The configuration should only show the id: de3fa72e-
Not:
{u'id': u'de3fa72e-
Changed in trove: | |
milestone: | none → icehouse-rc1 |
importance: | Undecided → Low |
Changed in trove: | |
milestone: | icehouse-rc1 → none |
Changed in trove: | |
assignee: | nobody → Shuichiro MAKIGAKI (shuichiro-makigaki) |
Changed in trove: | |
assignee: | Shuichiro MAKIGAKI (shuichiro-makigaki) → nobody |
Changed in trove: | |
assignee: | nobody → mariam john (mariamj) |
Changed in trove: | |
status: | New → Triaged |
I have been having trouble getting started on this one. Can you give an example of how I can get the output of this command? Are there other parts that depend on the current output of mgmt-show that could get affected by this change. Thank you for your guidance.