From: Steven Hardy Date: Thu, 21 Feb 2013 10:35:27 +0000 (+0000) Subject: heat : bump oslo-config version to fix import error X-Git-Tag: 2014.1~874^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c8d1481c1efc1832c6e64763d8cc74cc1a2e5605;p=openstack-build%2Fheat-build.git heat : bump oslo-config version to fix import error New oslo config patch causes services to fail to launch, with "ImportError: No module named oslo.config", bumping to oslo-config-2013.1b4.tar appears to fix the problem fixes bug 1131135 Change-Id: I460564be19fc97bd54bb59c759c1148e7ead774b --- diff --git a/tools/pip-requires b/tools/pip-requires index 4ee102f6..f563e087 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -30,4 +30,4 @@ python-swiftclient python-quantumclient python-cinderclient PyYAML>=3.1.0 -http://tarballs.openstack.org/oslo-config/oslo-config-2013.1b3.tar.gz#egg=oslo-config +http://tarballs.openstack.org/oslo-config/oslo-config-2013.1b4.tar.gz#egg=oslo-config