From f768ea2b228257030de4696bfefe61d9fc917723 Mon Sep 17 00:00:00 2001
From: Alessio Ababilov <aababilo@yahoo-inc.com>
Date: Tue, 16 Jul 2013 15:20:03 +0300
Subject: [PATCH] Update openstack-common.conf format

Change-Id: Ifa6718331d3da91f0e9515a809484808bd6317f9
---
 openstack-common.conf | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/openstack-common.conf b/openstack-common.conf
index 58c0dee0ef..867e204af7 100644
--- a/openstack-common.conf
+++ b/openstack-common.conf
@@ -1,7 +1,10 @@
 [DEFAULT]
 
 # The list of modules to copy from openstack-common
-modules=cfg,iniparser,install_venv_common,openstackkeyring
+module=cfg
+module=iniparser
+module=install_venv_common
+module=openstackkeyring
 
 # The base module to hold the copy of openstack.common
 base=openstackclient