Merge "Update neutron quota_driver path"

This commit is contained in:
Zuul 2019-03-01 07:05:36 +00:00 committed by Gerrit Code Review
commit 2552fb1e5d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class LBaaSQuotaExtensionDbTestCase(base.QuotaExtensionTestCase):
def setUp(self): def setUp(self):
cfg.CONF.set_override( cfg.CONF.set_override(
'quota_driver', 'quota_driver',
'neutron.db.quota_db.DbQuotaDriver', 'neutron.db.quota.driver.DbQuotaDriver',
group='QUOTAS') group='QUOTAS')
super(LBaaSQuotaExtensionDbTestCase, self).setUp() super(LBaaSQuotaExtensionDbTestCase, self).setUp()