From 6b9342f6e256f5e182dde19b68315cc820f34109 Mon Sep 17 00:00:00 2001 From: Arnaud Morin Date: Mon, 7 Nov 2022 16:32:28 +0100 Subject: [PATCH] Add os_vif in nova-config-generator Some config in os_vif are affecting nova behavior, so we should add them in nova.conf.sample in order to let people fine-tune this on demand without looking into code. This will also change the nova config reference docs.o.o Signed-off-by: Arnaud Morin Change-Id: Icfba423fda037be9cf071022283985297a989b07 --- 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 742f348f11d8..8b7fd3bec85d 100644 --- a/etc/nova/nova-config-generator.conf +++ b/etc/nova/nova-config-generator.conf @@ -16,3 +16,4 @@ namespace = oslo.concurrency namespace = oslo.reports namespace = keystonemiddleware.auth_token namespace = osprofiler +namespace = os_vif