nova/nova/tests/unit/cells
Matthew Edmonds dc32774ecc remove unnecessary conf imports
There are a bunch of files that define CONF but don't ever reference
it. This cleans that up, removing unnecessary imports.

In order to get flake8 to pass I also had to remove some (unrelated)
unused imports from touched files.

Change-Id: Ib96ebeeb5e4bfedb20afb02c56da1521df9fac4f
2018-03-09 14:30:10 -05: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 conf: remove *_topic config opts 2017-07-17 21:27:02 -07:00
test_cells_messaging.py remove unnecessary conf imports 2018-03-09 14:30:10 -05:00
test_cells_rpc_driver.py Merge "Replace messaging.get_transport with get_rpc_transport" 2017-06-07 00:59:35 +00:00
test_cells_rpcapi.py remove unnecessary conf imports 2018-03-09 14:30:10 -05:00
test_cells_scheduler.py remove unnecessary conf imports 2018-03-09 14:30:10 -05:00
test_cells_state_manager.py Remove straggling use of main db flavors in cellsv1 code 2017-02-10 11:59:13 -08:00
test_cells_utils.py Handle uuids in os-hypervisors API 2017-07-18 17:08:01 -04:00
test_cells_weights.py Use assertGreater(A, X) instead of assertTrue(A > X) 2016-06-03 16:53:12 +01:00