From 909c44a0fb80a3b4bafb82b0b3b8de7b7bd29826 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Sun, 10 Feb 2013 18:50:40 -0500 Subject: Use oslo-config-2013.1b3 The cfg API is now available via the oslo-config library, so switch to it and remove the copied-and-pasted version. Add the 2013.1b3 tarball to tools/pip-requires - this will be changed to 'oslo-config>=2013.1' when oslo-config is published to pypi. This will happen in time for grizzly final. Remove the 'deps = pep8==1.3.3' from tox.ini as it means all the other deps get installed with easy_install which can't install oslo-config from the URL. Change-Id: I4815aeb8a9341a31a250e920157f15ee15cfc5bc --- 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 4e007bb7..37b5661b 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,importutils,iniparser,install_venv_common,jsonutils,setup,timeutils,flakes,version +modules=importutils,install_venv_common,jsonutils,setup,timeutils,flakes,version # The base module to hold the copy of openstack.common base=keystone -- cgit