diff options
author | Alessandro Pilotti <ap@pilotti.it> | 2013-03-04 20:57:00 +0200 |
---|---|---|
committer | Alessandro Pilotti <ap@pilotti.it> | 2013-03-04 20:57:00 +0200 |
commit | 15419ceaf0d9a12d38387349f09d7d8c88f74bf5 (patch) | |
tree | 414282503053f4146417f9c69a59dbc4f79587ce | |
parent | bcafae59eeae7989ac56ed25c5d96e775d7b8e9e (diff) | |
download | nova-15419ceaf0d9a12d38387349f09d7d8c88f74bf5.tar.gz nova-15419ceaf0d9a12d38387349f09d7d8c88f74bf5.tar.xz nova-15419ceaf0d9a12d38387349f09d7d8c88f74bf5.zip |
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
-rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
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 |