From 6a785bc6e00b9a585b9058bc7b72d8c38b747f0f Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Wed, 30 Jan 2013 21:36:43 -0600 Subject: Copy cfg and iniparser from oslo-incubator https://review.openstack.org/20753 introduced tools/install_venv_common.py but not it's dependencies openstack.common.{cfg,iniparser} Change-Id: I270a1d8f6fd8f93988a5e2ccbc446adda0a6cd81 --- 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 c6947e53..b99037bb 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,7 +1,7 @@ [DEFAULT] # The list of modules to copy from openstack-common -modules=install_venv_common,openstackkeyring,setup +modules=cfg,iniparser,install_venv_common,openstackkeyring,setup # The base module to hold the copy of openstack.common base=openstackclient -- cgit v1.2.1