Files
python-novaclient/tests/test_utils.py
zhiyanliu 3e190c5e49 Ensure list output function can support non-sorting printing
Ensure list printing function in utils can handle non-sorting
calls. Allow result list can be formatted and outputted without any
sorting field, keep natural order to the list printing. Adding necessary
checking to avoid prettytable (0.6.1 for me) exception: "Invalid field
name: None!".

Fix bug: #1099732

Change-Id: Ied869d987e608fff8b8b5f5a65d21e02f0cebeaa
Signed-off-by: zhiyanliu <lzy.dev@gmail.com>
2013-01-17 11:51:46 +08:00

5.0 KiB