diff options
author | Gabriel Hurley <gabriel@strikeawe.com> | 2013-03-18 16:07:49 -0700 |
---|---|---|
committer | Gabriel Hurley <gabriel@strikeawe.com> | 2013-03-18 16:07:49 -0700 |
commit | 2c892002e508fc29da823abcddd625179e2fad00 (patch) | |
tree | b49387900f37db5d9eefc45f8a1cd71e93691127 /tools | |
parent | 43447eb3689fa692578afb6f33ae04291b39e6d5 (diff) | |
download | horizon-2c892002e508fc29da823abcddd625179e2fad00.tar.gz |
Pin the cinderclient version.
Fixes bug 1156817.
Change-Id: I56f41b5499ac55dbdb7bf68e4692f0ba04751455
Diffstat (limited to 'tools')
-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 a62ce07b2..bd4111d4c 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -3,7 +3,7 @@ Django>=1.4,<1.5 django_compressor django_openstack_auth>=1.0.7 netaddr -python-cinderclient +python-cinderclient>=1.0.2,<2.0.0 python-glanceclient<2 python-keystoneclient python-novaclient>=2.11.1,<3 |