Reviewed: https://review.opendev.org/c/openstack/neutron/+/790999 Committed: https://opendev.org/openstack/neutron/commit/ad31c58d60142cffcdea86d0257dc10277b53ff0 Submitter: "Zuul (22348)" Branch: master
commit ad31c58d60142cffcdea86d0257dc10277b53ff0 Author: Rodolfo Alonso Hernandez <[email protected]> Date: Wed May 12 13:28:36 2021 +0000 Remove ``ConfDriver`` code The quota driver ``ConfDriver`` was deprecated in Liberty release. ``NullQuotaDriver`` is created for testing although it could be used in production if no quota enforcement is needed. However, because the Quota engine is not plugable (is an extension always loaded), it could be interesting to make it plugable as any other plugin. This patch also creates a Quota engine driver API class that should be used in any Quota engine driver. Currently it is used in the three in-tree drivers implemented: ``NullQuotaDriver``, ``DbQuotaDriver`` and ``DbQuotaNoLockDriver``. Change-Id: Ib4af80e18fac52b9f68f26c84a215415e63c2822 Closes-Bug: #1928211 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1928211 Title: Remove quota "ConfDriver", deprecated in Liberty Status in neutron: Fix Released Bug description: Remove quota "ConfDriver" code because it was deprecated in Liberty. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1928211/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

