Merge "Cache database and message queue connection objects"

This commit is contained in:
Jenkins 2017-05-19 21:24:05 +00:00 committed by Gerrit Code Review
commit 560c7b737a

View File

@ -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 = {}