Add designate-tempest-plugin

Change-Id: Ia79bba696d6b89327d7a35e4e58bebf33676ea93
diff --git a/configure.sh b/configure.sh
index ab7f543..f0cfe27 100755
--- a/configure.sh
+++ b/configure.sh
@@ -46,8 +46,9 @@
       export https_proxy=$PROXY
     fi
     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
+    #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/designate-tempest-plugin --version 0.5.0
     pip install --force-reinstall python-cinderclient==3.2.0
     unset https_proxy
   fi