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
|
# NOTE(danms): Reset the cached list of cells
|
||||||
from nova.compute import api
|
from nova.compute import api
|
||||||
api.CELLS = []
|
api.CELLS = []
|
||||||
|
context.CELL_CACHE = {}
|
||||||
|
|
||||||
self.cell_mappings = {}
|
self.cell_mappings = {}
|
||||||
self.host_mappings = {}
|
self.host_mappings = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user