Merge "Suppress oslo-config DeprecationWarning during functional test"

This commit is contained in:
Jenkins 2017-07-14 07:01:26 +00:00 committed by Gerrit Code Review
commit 13b09d1b6d
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class Base(testtools.TestCase):
CONF.set_override('stores', [self.driver_name], group='glance_store')
CONF.set_override('default_store',
[self.driver_name],
self.driver_name,
group='glance_store'
)
glance_store.create_stores()