nova/nova/tests/unit/cells
Dan Smith 681e377618 Remove straggling use of main db flavors in cellsv1 code
This remaining use of the flavor query routine from the cellsv1 code
still looks at the main database. This patch converts it to use the
object which looks in the right place.

Closes-Bug: #1663729
Change-Id: I418988ae1d72d541ace867a22b2c9267164bf61b
(cherry picked from commit 6e5b1d289b)
2017-02-11 18:54:48 +00:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fakes.py conf: remove deprecated cells driver option 2016-11-17 18:58:47 +00:00
test_cells_filters.py Stop using mox stubs in nova/tests/unit/cells 2016-12-26 13:31:24 +00:00
test_cells_manager.py Fix migration list + MigrationList operation 2016-08-15 10:05:23 -04:00
test_cells_messaging.py Replace uuid4() with uuidsentinel 2016-10-05 18:27:50 +05:30
test_cells_rpc_driver.py Removal of unnecessary `import_opt`s for cells config options 2016-02-12 14:16:54 +02:00
test_cells_rpcapi.py Stop using mox stubs in nova/tests/unit/cells 2016-12-26 13:31:24 +00:00
test_cells_scheduler.py Stop using mox stubs in nova/tests/unit/cells 2016-12-26 13:31:24 +00:00
test_cells_state_manager.py Remove straggling use of main db flavors in cellsv1 code 2017-02-11 18:54:48 +00:00
test_cells_utils.py Stop using mox stubs in nova/tests/unit/cells 2016-12-26 13:31:24 +00:00
test_cells_weights.py Use assertGreater(A, X) instead of assertTrue(A > X) 2016-06-03 16:53:12 +01:00