From 259d3e356b18aa65e6a8d8e3981648a51913252e Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Fri, 3 Feb 2012 00:50:58 +0000 Subject: Update cfg from openstack-common Use openstack-common's update.py script to pull in some recent changes: * Add the Mapping interface to cfg.ConfigOpts * Add support to cfg for disabling interspersed args Make use of both of these in nova/flags.py. Add some dire warnings to HACKING about directly modifying the copy of openstack-common code. I'm confident they won't be ignored :-) Change-Id: I7ef75d18922c0bbb8844453b48cad0418034bc11 --- openstack-common.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 openstack-common.conf (limited to 'openstack-common.conf') diff --git a/openstack-common.conf b/openstack-common.conf new file mode 100644 index 000000000..ab5c2fa8c --- /dev/null +++ b/openstack-common.conf @@ -0,0 +1,7 @@ +[DEFAULT] + +# The list of modules to copy from openstack-common +modules=cfg + +# The base module to hold the copy of openstack.common +base=nova -- cgit