summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2022-02-28 01:12:36 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2022-02-28 14:22:43 +0000
commite3f36ff3977e5810a04b27e2f88716f617a37363 (patch)
tree3e910010b9f9df2c61b4b013966128898eb4b47e /etc
parent868305b7d2101ea6d9025b682acba5d695228c1e (diff)
downloadnova-e3f36ff3977e5810a04b27e2f88716f617a37363.tar.gz
Add oslo.limit options to generated nova.conf
Since Unified Limits Integration was implemented, nova uses the oslo.limit library to communicate with Keystone to manage quota information. This change adds the oslo.limit library options to the auto-generated nova.conf so that users can more easily understand the parameters used by the library. Related to blueprint unified-limits-nova Depends-on: https://review.opendev.org/831103 Change-Id: Icd464e3ee29d99e86d5af606e7c79306e384c3b1
Diffstat (limited to 'etc')
-rw-r--r--etc/nova/nova-config-generator.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nova/nova-config-generator.conf b/etc/nova/nova-config-generator.conf
index 3cf4da9f31..f0aac4037a 100644
--- a/etc/nova/nova-config-generator.conf
+++ b/etc/nova/nova-config-generator.conf
@@ -3,6 +3,7 @@ output_file = etc/nova/nova.conf.sample
wrap_width = 80
summarize = true
namespace = nova.conf
+namespace = oslo.limit
namespace = oslo.log
namespace = oslo.messaging
namespace = oslo.policy