summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2022-07-14 09:53:52 +0100
committerStephen Finucane <sfinucan@redhat.com>2022-07-14 09:53:52 +0100
commit786a09ad7aa64f7d8e37477f9def74d0c9f3e126 (patch)
tree752b32772710644eb98b36cb1a39a97f9abf288a /etc
parentde65131f92ba5ba812e33e6ff63be0991687413a (diff)
downloadnova-786a09ad7aa64f7d8e37477f9def74d0c9f3e126.tar.gz
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>
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 f0aac4037a..742f348f11 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
+# we intentionally exclude oslo.db since we manage these options ourselves
namespace = oslo.limit
namespace = oslo.log
namespace = oslo.messaging