kolla: Add debug sleep

Change-Id: Ia70bf0f4280e8fd0d850cc532da9ca24b4a20146
diff --git a/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml b/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml
index 8f269ac..dd1b69b 100644
--- a/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml
+++ b/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml
@@ -3,7 +3,9 @@
   vars_files:
     - vars.yaml
   tasks:
-    - name: Run Tempest
-      shell: . {{ tempest_venv }}/bin/activate && tempest run --regex volume
-      args:
-        chdir: "{{ ansible_env.HOME }}/cloud-01"
\ No newline at end of file
+    - name: Debug sleep
+      shell: sleep 9999
+#    - name: Run Tempest
+#      shell: . {{ tempest_venv }}/bin/activate && tempest run --regex volume
+#      args:
+#        chdir: "{{ ansible_env.HOME }}/cloud-01"
\ No newline at end of file