Fix infra_kvm_address interpolation

Change-Id: I0eea950e61e4d7f3e54b5c004197a77db4396134
diff --git a/tcp_tests/templates/cookied-mcp-ocata-dop-sl2/salt-context-cookiecutter-cicd_oss.yaml b/tcp_tests/templates/cookied-mcp-ocata-dop-sl2/salt-context-cookiecutter-cicd_oss.yaml
index f2128d9..b169617 100644
--- a/tcp_tests/templates/cookied-mcp-ocata-dop-sl2/salt-context-cookiecutter-cicd_oss.yaml
+++ b/tcp_tests/templates/cookied-mcp-ocata-dop-sl2/salt-context-cookiecutter-cicd_oss.yaml
@@ -62,7 +62,7 @@
   infra_kvm03_control_address: ${_param:cicd_control_node03_address}
   infra_kvm03_deploy_address: 10.167.5.93
   infra_kvm03_hostname: ${_param:cicd_control_node03_hostname}
-  infra_kvm_vip_address: ${_param:cicd_control_vip_address}
+  infra_kvm_vip_address: ${_param:cicd_control_address}
   infra_primary_first_nic: eth1
   infra_primary_second_nic: eth2
   kubernetes_enabled: 'False'