nova/nova/tests
Matt Riedemann a4f1274f40 Fix TypeError in nova-manage cell_v2 list_cells
Cell mappings don't require a name, so when listing
cells, if any mappings don't have a name, the sorted
function will fail with a TypeError since you can't compare
None to a string.

This fixes the issue by using the empty string if the cell
mapping name is None.

Change-Id: I4fc9d8d1a96f1ec722c2c92dead3f5c4c94d4382
Closes-Bug: #1790695
2018-09-04 18:28:21 -04:00
..
functional Merge "Fix reshaper report client functonal test nits" 2018-08-31 18:52:14 +00:00
live_migration/hooks Stop setting glance_api_version in cinder.conf in nova-live-migration 2018-07-03 09:55:26 -04:00
unit Fix TypeError in nova-manage cell_v2 list_cells 2018-09-04 18:28:21 -04:00
__init__.py
fixtures.py Scrub hw:cpu_model from API samples 2018-08-02 16:00:45 -04:00
json_ref.py Transform instance.exists notification 2018-06-05 12:51:30 +00:00
uuidsentinel.py