nova/nova/cmd
Matt Riedemann 174c98887c Add tests for nova-manage vm list
There were no existing unit tests for this nova-manage command and since
we just converted it to use objects we should probably make sure there
are unit tests for it.

Also fixes a little bug where instance.launch_index could technically be
None which would cause a NoneType error. The data model defines
launch_index as nullable but in practice the compute API will never
leave it as None, but we might as well fix this while adding tests.

Change-Id: Idc1ce6d11d7f6cba52cc6d8cd668b4386d1071ba
2015-02-11 12:08:09 -08:00
..
__init__.py move eventlet GREENDNS override to top level 2014-12-08 17:41:03 -05:00
all.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
api.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
api_ec2.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
api_metadata.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
api_os_compute.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
baseproxy.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
cells.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
cert.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
compute.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
conductor.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
console.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
consoleauth.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
dhcpbridge.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
idmapshift.py Adds nova-idmapshift cli utility 2014-08-29 14:52:22 -04:00
manage.py Add tests for nova-manage vm list 2015-02-11 12:08:09 -08:00
network.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
novnc.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
novncproxy.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
objectstore.py Introduce Guru Meditation Reports into Nova 2014-02-24 19:24:41 -05:00
scheduler.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
serialproxy.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
spicehtml5proxy.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
xvpvncproxy.py Introduce Guru Meditation Reports into Nova 2014-02-24 19:24:41 -05:00