summaryrefslogtreecommitdiff
path: root/nova/test.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-01-28 15:07:34 +0000
committerGerrit Code Review <review@openstack.org>2016-01-28 15:07:40 +0000
commitdf0fca62cf5324f5b6eae0fed1f88c6c9ed61c71 (patch)
tree95d1580f81174280464c3d8a861d1abf56e17c61 /nova/test.py
parent526844dd3cdb69b25a8fb0e52ab7758e91d2e50c (diff)
parent8e8e839ef748be242fd0ad02e3ae233cc98da8b2 (diff)
downloadnova-df0fca62cf5324f5b6eae0fed1f88c6c9ed61c71.tar.gz
Merge "Persist the request spec during an instance boot"
Diffstat (limited to 'nova/test.py')
-rw-r--r--nova/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/test.py b/nova/test.py
index ca0adec707..559f07e417 100644
--- a/nova/test.py
+++ b/nova/test.py
@@ -210,6 +210,7 @@ class TestCase(testtools.TestCase):
if self.USES_DB:
self.useFixture(nova_fixtures.Database())
+ self.useFixture(nova_fixtures.Database(database='api'))
# NOTE(blk-u): WarningsFixture must be after the Database fixture
# because sqlalchemy-migrate messes with the warnings filters.