From 7bf5c100775b4a859c3ef487cf6dfe1c460ede30 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 23 May 2013 12:11:06 +0200 Subject: Enhance group handling in extract_opts When there's 2 options with the same name, the script gets confused and doesn't know in which group it goes. This fixes it, and fixes also the template generation which is broken for various reasons: - gettext.install was missing - nova-rootwrap when imported calls exit() because it doesn't find a valid configuration file, so let's exclude it entirely anyway - eventlet/greendns needs to be ignored for this Change-Id: Iaa4e9a806e79032ce1675b46a6b7a7628c3eff89 Signed-off-by: Julien Danjou --- openstack-common.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'openstack-common.conf') diff --git a/openstack-common.conf b/openstack-common.conf index 297029dc1..05fca3167 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -2,6 +2,7 @@ # The list of modules to copy from oslo-incubator.git module=cliutils +module=config module=context module=db module=db.sqlalchemy -- cgit