summaryrefslogtreecommitdiff
path: root/etc/nova/nova-config-generator.conf
diff options
context:
space:
mode:
authorMarkus Zoeller <mzoeller@de.ibm.com>2015-12-21 14:37:15 +0100
committerEdLeafe <ed@leafe.com>2016-01-08 13:55:26 +0000
commit627fde88321b67c8ffbb2062dba7a13912f33a74 (patch)
tree222625cd27547680c96b2048b9212dbb64e1b1ef /etc/nova/nova-config-generator.conf
parentce34000c85f0f2f481b894b8ce57acef7612770b (diff)
downloadnova-627fde88321b67c8ffbb2062dba7a13912f33a74.tar.gz
single point of entry for sample config generation
To create a "nova.conf.sample" file, we use "tox -e genconfig". This command triggers the generator from "oslo.config" which needs entry points in "setup.cfg". Right now we have multiple entry points to "opts.py" files which are going to be consolidated to one single point of entry "nova/conf/opts.py". Until all config options are moved to that central place, we would often face merge conflicts when multiple contributors commit patches to that one "opts.py". To prevent that, and to make it easier for future config option moduls in "nova/conf/", the new "nova/conf/opts.py" module collects the config options in a dynamic way. Co-Author: EdLeafe <ed@leafe.com> bp centralize-config-options Change-Id: I4e5d643cd93bb2822ff59c71669cedf3de7f86fc
Diffstat (limited to 'etc/nova/nova-config-generator.conf')
-rw-r--r--etc/nova/nova-config-generator.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nova/nova-config-generator.conf b/etc/nova/nova-config-generator.conf
index 7495670f24..ce4eee8463 100644
--- a/etc/nova/nova-config-generator.conf
+++ b/etc/nova/nova-config-generator.conf
@@ -2,12 +2,12 @@
output_file = etc/nova/nova.conf.sample
wrap_width = 79
namespace = nova
+namespace = nova.conf
namespace = nova.api
namespace = nova.cells
namespace = nova.compute
namespace = nova.network
namespace = nova.network.neutronv2
-namespace = nova.scheduler
namespace = nova.virt
namespace = nova.openstack.common.memorycache
namespace = oslo.log