From 15419ceaf0d9a12d38387349f09d7d8c88f74bf5 Mon Sep 17 00:00:00 2001 From: Alessandro Pilotti Date: Mon, 4 Mar 2013 20:57:00 +0200 Subject: Fixes oslo-config update for deprecated_group Fixes bug: 1140310 The oslo-config dependency referenced in pip-requires should be updated to the latest version to include support for "deprecated_group". This is needed to move specific driver options from the DEFAULT group w/o losing backwards compatibility. Change-Id: I5d18a5ee704a1f781c8acd6f903b0e3ca07bc070 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 2d03a81f7..e4752bcc8 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -27,4 +27,4 @@ python-glanceclient>=0.5.0,<2 python-keystoneclient>=0.2.0 stevedore>=0.7 websockify -http://tarballs.openstack.org/oslo-config/oslo-config-2013.1b4.tar.gz#egg=oslo-config +http://tarballs.openstack.org/oslo-config/oslo-config-2013.1b5.tar.gz#egg=oslo-config -- cgit