Update neutron quota_driver path

It is now at neutron.db.quota.driver.DbQuotaDriver

Change-Id: I4f3f4979cf172333344dbf2b527f4e5889905294
This commit is contained in:
Brian Haley 2019-02-27 16:09:51 -05:00
parent 9b9bf5d8dc
commit 9375908823
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ quota extension API. To enable per-project quotas, you must set the
.. code:: ini
quota_driver = neutron.db.quota_db.DbQuotaDriver
quota_driver = neutron.db.quota.driver.DbQuotaDriver
Mitigate ARP spoofing
~~~~~~~~~~~~~~~~~~~~~