From e5a3e09d0263c1a434c0bb76c95e6ddd294b5cae Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Wed, 22 Feb 2012 21:04:11 +0000 Subject: Update cfg from openstack-common Use openstack-common's update script to sync it to the latest. Add some dire warnings that changes should be made in the upstream copy of the code first. Change-Id: Ib89efdecc7f8a00f2a7fc2824b519f211d3d784c --- 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 00000000..db2171c1 --- /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=keystone -- cgit