Merge "Update neutron quota_driver path"
This commit is contained in:
commit
6ffd90691b
@ -30,7 +30,7 @@ class QuotasNegativeTest(base.BaseAdminNetworkTest):
|
||||
It is also assumed that the per-project quota extension API is configured
|
||||
in /etc/neutron/neutron.conf as follows:
|
||||
|
||||
quota_driver = neutron.db.quota_db.DbQuotaDriver
|
||||
quota_driver = neutron.db.quota.driver.DbQuotaDriver
|
||||
"""
|
||||
|
||||
@classmethod
|
||||
|
@ -35,7 +35,7 @@ class QuotasTest(base.BaseAdminNetworkTest):
|
||||
It is also assumed that the per-project quota extension API is configured
|
||||
in /etc/neutron/neutron.conf as follows:
|
||||
|
||||
quota_driver = neutron.db.quota_db.DbQuotaDriver
|
||||
quota_driver = neutron.db.quota.driver.DbQuotaDriver
|
||||
"""
|
||||
|
||||
@classmethod
|
||||
|
Loading…
Reference in New Issue
Block a user