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>
This commit is contained in:
Stephen Finucane 2022-07-14 09:53:52 +01:00
parent de65131f92
commit 786a09ad7a
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ 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