Allow arbitrary formatting of attributes on CLI
Bug #1213056 reported by
Jiří Stránský
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-tuskarclient |
Fix Released
|
High
|
Jiří Stránský |
Bug Description
Currently our formatter for printing resources' attributes can't deal with more complex data, e.g. JSON arrays like `Rack.nodes`. The resulting output on CLI is far from pretty and breaks table formatting. We need a way to format attributes arbitrarily for printing.
Also, we want to have the same formatting algorithms for printing lists and for printing details. In the current codebase (taken from Ceilometer client) they're not very similar.
Changed in python-tuskarclient: | |
importance: | Undecided → High |
assignee: | nobody → Jiří Stránský (jistr) |
Changed in python-tuskarclient: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/43127
Review: https:/