Rui Chen ff9bd34b3c [Compute]Make column content readable for both human and machine
Currently, we use utils.format_dict(), utils.format_list(),
utils.format_list_of_dicts to make column value can be easy to read by
human, but osc support to format the CLI output into several format,
like: json, shell, csv, yaml, most of these should be understand by
program and code, so keeping the column content as the original value
make sense, like {u'name': u'RuiChen'} than name='RuiChen'

The patch include all compute commands.

Change-Id: I313a52f94895625e6045df870320840fee157759
Implements: blueprint osc-formattable-columns
Partial-Bug: #1538015
Partial-Bug: #1538006
2017-09-18 15:14:22 +08:00
..
2017-08-17 06:55:00 +00:00
2017-03-21 17:23:09 +08:00
2017-04-24 18:57:10 -05:00