event list display clusterid error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-senlinclient |
Fix Committed
|
Low
|
miaohb |
Bug Description
In the output of event list, the column "id" and "oid" is short by default, but the "cluster_id" is long.
It should be short by default also.
stack@tecs:/home$ openstack cluster event list
+------
| id | generated_at | obj_type | obj_id | obj_name | action | status | level | cluster_id |
+------
| 47142fdb | 2016-11-
| | 0:00 | | | | | | | 3-0ad0e458d2c6 |
| d5c0d604 | 2016-11-
| | 0:00 | | | | | | | 3-0ad0e458d2c6
Changed in senlin: | |
assignee: | nobody → miaohb (miao-hongbao) |
status: | New → In Progress |
Changed in python-senlinclient: | |
status: | Won't Fix → Fix Committed |
importance: | Undecided → Low |
this is a client side problem, not server side.