diff options
author | Stanislaw Pitucha <stanislaw.pitucha@hp.com> | 2013-01-22 13:05:03 +0000 |
---|---|---|
committer | Stanislaw Pitucha <stanislaw.pitucha@hp.com> | 2013-01-22 13:05:03 +0000 |
commit | 5cba7edfaed1d542a7b607bcb4238c4fa18687d2 (patch) | |
tree | 6ec6925a86eb96e8605a11669a8aa3e37128b855 | |
parent | fab8af583bf6c363d2cebbc360ae2709325d80bd (diff) | |
download | nova-5cba7edfaed1d542a7b607bcb4238c4fa18687d2.tar.gz nova-5cba7edfaed1d542a7b607bcb4238c4fa18687d2.tar.xz nova-5cba7edfaed1d542a7b607bcb4238c4fa18687d2.zip |
Add version constraint for cinder
Cinder client usage requires the "retries" parameter introduced in
cinderclient-1.0.1. This should be a constraint in pip-requires.
Change-Id: I36e8a363c9d4bb7cc4ecfda85644fc4284f17471
-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 231d5cfe5..126f0125c 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -20,7 +20,7 @@ Babel>=0.9.6 iso8601>=0.1.4 httplib2 setuptools_git>=0.4 -python-cinderclient +python-cinderclient>=1.0.1 python-quantumclient>=2.1 python-glanceclient>=0.5.0,<2 python-keystoneclient>=0.2.0 |