From 786a09ad7aa64f7d8e37477f9def74d0c9f3e126 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 14 Jul 2022 09:53:52 +0100 Subject: [PATCH] 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 --- 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 f0aac4037a21..742f348f11d8 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