From 357138dd9dc065d4d4dfa9efa2d6ca0c14d2315f Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 10 Apr 2012 15:09:06 +0100 Subject: Import latest openstack-common Main change is the MultiStrOpt support which pulls in the new iniparser module. See lp#955308. Change-Id: I1358f09038113873e60343f00a95229002b58c1f --- openstack-common.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstack-common.conf') diff --git a/openstack-common.conf b/openstack-common.conf index ee37ffd2..44eda773 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,7 +1,7 @@ [DEFAULT] # The list of modules to copy from openstack-common -modules=cfg,setup +modules=cfg,iniparser,setup # The base module to hold the copy of openstack.common base=keystone -- cgit