Change default cleanup script path

Change-Id: Ic59bff25e6631d0ea3d64c9c0bb4b05e2e90a1ae
diff --git a/src/com/mirantis/mcp/Validate.groovy b/src/com/mirantis/mcp/Validate.groovy
index 1f68fc5..1cc566d 100644
--- a/src/com/mirantis/mcp/Validate.groovy
+++ b/src/com/mirantis/mcp/Validate.groovy
@@ -543,7 +543,7 @@
  *
  * @param target          Host with cvp container
  */
-def openstack_cleanup(master, target, script_path="/home/rally/testing-stuff/clean.sh") {
+def openstack_cleanup(master, target, script_path="/home/rally/cvp-configuration/clean.sh") {
     def salt = new com.mirantis.mk.Salt()
     salt.runSaltProcessStep(master, "${target}", 'cmd.run', ["docker exec cvp bash -c ${script_path}"])
 }