Merge "Cache database and message queue connection objects"
This commit is contained in:
commit
560c7b737a
@ -264,6 +264,7 @@ class TestCase(testtools.TestCase):
|
||||
# NOTE(danms): Reset the cached list of cells
|
||||
from nova.compute import api
|
||||
api.CELLS = []
|
||||
context.CELL_CACHE = {}
|
||||
|
||||
self.cell_mappings = {}
|
||||
self.host_mappings = {}
|
||||
|
Loading…
Reference in New Issue
Block a user