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
This commit is contained in:
Takashi Kajinami
2022-02-28 01:12:36 +09:00
parent 868305b7d2
commit e3f36ff397

View File

@@ -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