summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJakub Libosvar <libosvar@redhat.com>2022-02-04 10:15:12 -0500
committerRodolfo Alonso <ralonsoh@redhat.com>2022-04-05 10:10:46 +0000
commit8ccbbb229276c62de4799810571b222d9bc046f5 (patch)
tree1d78d5300f3617688e86dc81860e94518ca8dcdc /releasenotes
parent3615cd85a4cc6aeecf7f066c4eb21c3cdca71d4c (diff)
downloadneutron-8ccbbb229276c62de4799810571b222d9bc046f5.tar.gz
[quota] Enable ``DbQuotaDriverNull`` as a production driver
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>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/quota_null_driver-d04af65c237e4b12.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/quota_null_driver-d04af65c237e4b12.yaml b/releasenotes/notes/quota_null_driver-d04af65c237e4b12.yaml
new file mode 100644
index 0000000000..9edbe5498d
--- /dev/null
+++ b/releasenotes/notes/quota_null_driver-d04af65c237e4b12.yaml
@@ -0,0 +1,7 @@
+---
+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.