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