summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-04-12 14:55:22 +0000
committerGerrit Code Review <review@openstack.org>2022-04-12 14:55:22 +0000
commita5bcc34bf460c529084cbf2f885f29955db386f7 (patch)
treed39dcc48d594a95fc9abcb15e07c7f7070b76910 /releasenotes
parent1fa2e49f01e0f6779c396b8d22acd97a1e9baa72 (diff)
parent8ccbbb229276c62de4799810571b222d9bc046f5 (diff)
downloadneutron-a5bcc34bf460c529084cbf2f885f29955db386f7.tar.gz
Merge "[quota] Enable ``DbQuotaDriverNull`` as a production driver"
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.