Fix cinder client version (rally-related issue)
Change-Id: I37146e09862aad3139fa8fe59bd55a8911cbc74c
diff --git a/Dockerfile b/Dockerfile
index d456720..7b9b4fd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,6 +22,8 @@
pushd heat-tempest-plugin; git checkout 12b770e923060f5ef41358c37390a25be56634f0; pip install -r requirements.txt; \
popd;
+RUN pip install --force-reinstall python-cinderclient==3.2.0
+
COPY rally/ /var/lib/cvp-configuration/rally
COPY tempest/ /var/lib/cvp-configuration/tempest
COPY cleanup.sh /var/lib/cvp-configuration/cleanup.sh
diff --git a/configure.sh b/configure.sh
index 8c412c5..ae33aae 100755
--- a/configure.sh
+++ b/configure.sh
@@ -45,6 +45,7 @@
rally verify create-verifier --name tempest_verifier_$sub_name --type tempest --source $TEMPEST_REPO --version $tempest_version
rally verify add-verifier-ext --source https://github.com/openstack/telemetry-tempest-plugin
rally verify add-verifier-ext --source https://github.com/openstack/heat-tempest-plugin
+ pip install --force-reinstall python-cinderclient==3.2.0
unset https_proxy
fi
# supress tempest.conf display in console