nova/nova/tests/unit/cmd
Hans Lindgren 20a22adc3c Don't query compute_node through service object in nova-manage
The relationship between compute_node and service tables was
removed in a recent commit and to be able to remove compat code in
the objects, calls to get them should be done directly instead of
going through one or the other.

Since we are really just interested in the compute_node object here
this in addition saves us one extra db call.

Change-Id: I5270882321f7d16f993746498f751f17b0cb52fd
Related-Bug: #1438189
2015-04-21 09:36:39 +02:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_baseproxy.py console: add unit tests for baseproxy 2015-02-23 10:24:44 -08:00
test_idmapshift.py Added hacking rule for assertTrue/False(A in B) 2015-01-07 12:25:53 +03:00
test_manage.py Don't query compute_node through service object in nova-manage 2015-04-21 09:36:39 +02:00