From 5a208fbf6b75cbcf704fcb868720cdd313ecc0f2 Mon Sep 17 00:00:00 2001 From: Michael Still Date: Mon, 20 May 2013 11:46:28 +1000 Subject: Convert openstack-common.conf to the nicer multiline format. No functional changes. Change-Id: If197e1f3b3c794e342aaf7d260c107ee04687f82 --- openstack-common.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'openstack-common.conf') diff --git a/openstack-common.conf b/openstack-common.conf index 0d6d1cf9..23156afd 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,7 +1,10 @@ [DEFAULT] # The list of modules to copy from openstack-common -modules=importutils,install_venv_common,jsonutils,timeutils +module=importutils +module=install_venv_common +module=jsonutils +module=timeutils # The base module to hold the copy of openstack.common base=keystone -- cgit