Some changes for 2018.4.0

Change-Id: I51935b5c555fb962a1e36e1b627ed001ea1afe19
diff --git a/configure.sh b/configure.sh
index ab1d95b..5c8280d 100755
--- a/configure.sh
+++ b/configure.sh
@@ -34,8 +34,8 @@
 if [ -n "${PROXY}" ]; then
   export https_proxy=$PROXY
 fi
-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
+#rally verify add-verifier-ext --source https://github.com/openstack/telemetry-tempest-plugin
+rally verify add-verifier-ext --version 0.1.0 --source https://github.com/openstack/heat-tempest-plugin
 unset https_proxy
 }
 
@@ -51,8 +51,10 @@
     rally verify create-verifier --name tempest_verifier_$sub_name --type tempest --source $TEMPEST_REPO --version $tempest_version
     unset https_proxy
   fi
-  rally verify configure-verifier --show
+  # supress tempest.conf display in console
+  #rally verify configure-verifier --show
   additional_tempest_plugins
+  pip install --force-reinstall python-cinderclient==3.2.0
 }
 
 quick_configuration () {
diff --git a/tempest/tempest_ext.conf b/tempest/tempest_ext.conf
index f6e3529..5e33b75 100644
--- a/tempest/tempest_ext.conf
+++ b/tempest/tempest_ext.conf
@@ -1,5 +1,5 @@
 [compute]
-image_ref_alt = ${IMAGE_REF2} 
+image_ref_alt = ${IMAGE_REF2}
 min_microversion = 2.1
 max_microversion = latest
 volume_device_name = vdc