Pin the cinderclient version.

Fixes bug 1156817.

Change-Id: I56f41b5499ac55dbdb7bf68e4692f0ba04751455
This commit is contained in:
Gabriel Hurley 2013-03-18 16:07:49 -07:00
parent 43447eb368
commit 2c892002e5
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ set -o errexit
# Increment me any time the environment should be rebuilt.
# This includes dependncy changes, directory renames, etc.
# Simple integer secuence: 1, 2, 3...
environment_version=30
environment_version=31
#--------------------------------------------------------#
function usage {

View File

@ -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