Merge "Remove dependency of test_v1_api on other tests"

This commit is contained in:
Jenkins 2014-03-26 11:23:27 +00:00 committed by Gerrit Code Review
commit 1bad52461a
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ paste.filter_factory = glance.tests.utils:FakeAuthMiddleware.factory
CONF = cfg.CONF
CONF.import_opt('filesystem_store_datadir', 'glance.store.filesystem')
CONF.import_opt('backend', 'glance.openstack.common.db.api', group='database')
class ApiTest(test_utils.BaseTestCase):