Pinned paramiko to 2.7.2 since it failed to authenticate via ssh
The Tempest tests failed to connect to VMs by Floating IPs since
the authentication to VMs failed. Maybe this is related to
https://github.com/paramiko/paramiko/issues/1984
PROD: PROD-36791
Change-Id: Ib29bf300c2b8381a303208dc40d8e78924671806
(cherry picked from commit 36b393589b99067e87a6a97fd62a41d77bbd5d3d)
diff --git a/configure.sh b/configure.sh
index 2b33ff1..6a0e1a9 100755
--- a/configure.sh
+++ b/configure.sh
@@ -72,6 +72,7 @@
#rally verify add-verifier-ext --version 7a4bff728fbd8629ec211669264ab645aa921e2b --source https://github.com/openstack/telemetry-tempest-plugin
rally verify add-verifier-ext --version 0.2.0 --source https://github.com/openstack/heat-tempest-plugin
pip install --force-reinstall python-cinderclient==3.2.0
+ /home/rally/.rally/verification/*/.venv/bin/pip install --force-reinstall 'paramiko==2.7.2'
unset https_proxy
update_cacerts "/home/rally/.rally/verification"
fi