From 2c892002e508fc29da823abcddd625179e2fad00 Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Mon, 18 Mar 2013 16:07:49 -0700 Subject: [PATCH] Pin the cinderclient version. Fixes bug 1156817. Change-Id: I56f41b5499ac55dbdb7bf68e4692f0ba04751455 --- run_tests.sh | 2 +- tools/pip-requires | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index 0df3ccf85..6dac0d351 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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 { 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