8ccbbb2292
Enabled ``DbQuotaDriverNull`` as a productio quota database quota driver. This driver does not enforce any quota nor have access to the database. When using this quota driver, the API will return the default empty values expected from the ``QuotaDriverAPI`` class. Closes-bug: #1960032 Change-Id: Iafa24753e657746a8b8165b5a63c17de9a9ba791 Signed-off-by: Jakub Libosvar <libosvar@redhat.com> Co-Authored-By: Rodolfo Alonso Hernandez <ralonsoh@redhat.com>
8 lines
273 B
YAML
8 lines
273 B
YAML
---
|
|
features:
|
|
- |
|
|
Enabled ``DbQuotaDriverNull`` as production ready database quota driver.
|
|
This driver does not have access to the database and will return empty
|
|
values to the request queries. This driver can be used to override the
|
|
Neutron quota engine.
|