Merge "Remove default values for target node."
diff --git a/jenkins/client/job/validate.yml b/jenkins/client/job/validate.yml
index 207296b..d1638a6 100644
--- a/jenkins/client/job/validate.yml
+++ b/jenkins/client/job/validate.yml
@@ -246,7 +246,7 @@
               description: Docker image to use for running Rally/Tempest
             TARGET_NODE:
               type: string
-              default: "${_param:cicd_control_node03_hostname}.${_param:cluster_domain}"
+              default: ""
               description: Node where container with Tempest will be run
             PROXY:
               type: string
@@ -301,7 +301,7 @@
               description: Credentials to the Salt API
             TEMPEST_TARGET_NODE:
               type: string
-              default: "${_param:cicd_control_node03_hostname}.${_param:cluster_domain}"
+              default: ""
               description: Node where container with tempest will be run
             TEST_IMAGE:
               type: string
@@ -381,7 +381,7 @@
               description: Credentials to the Salt API
             TARGET_NODE:
               type: string
-              default: "${_param:cicd_control_node03_hostname}.${_param:cluster_domain}"
+              default: ""
               description: Node where docker container with Rally will be run
             TOOLS_REPO:
               type: string