nova/etc/nova/nova-config-generator.conf
Stephen Finucane 786a09ad7a etc: Highlight absence of packages from config gen
We manage the configuration of the oslo.messaging configuration options
ourselves. As a result, there's no reason to include this in
nova-config-generator.conf. Indicate this for others than might get
confused like I did.

Change-Id: I7419788d1d54979b5a2c1eb701895c635aac42ee
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2022-07-14 09:53:52 +01:00

19 lines
519 B
Plaintext

[DEFAULT]
output_file = etc/nova/nova.conf.sample
wrap_width = 80
summarize = true
namespace = nova.conf
# we intentionally exclude oslo.db since we manage these options ourselves
namespace = oslo.limit
namespace = oslo.log
namespace = oslo.messaging
namespace = oslo.policy
namespace = oslo.privsep
namespace = oslo.service.periodic_task
namespace = oslo.service.service
namespace = oslo.middleware
namespace = oslo.concurrency
namespace = oslo.reports
namespace = keystonemiddleware.auth_token
namespace = osprofiler