From e3f36ff3977e5810a04b27e2f88716f617a37363 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 28 Feb 2022 01:12:36 +0900 Subject: [PATCH] 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 --- etc/nova/nova-config-generator.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/nova/nova-config-generator.conf b/etc/nova/nova-config-generator.conf index 3cf4da9f31e1..f0aac4037a21 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