Change dependencies for cfg and foundation nodes
Change-Id: I3a7a739d2f679b5ad45b65e285ef8b440aced971
diff --git a/tcp_tests/templates/heat-cicd-pike-dvr-sl/underlay.hot b/tcp_tests/templates/heat-cicd-pike-dvr-sl/underlay.hot
index 5ee777b..2003c57 100644
--- a/tcp_tests/templates/heat-cicd-pike-dvr-sl/underlay.hot
+++ b/tcp_tests/templates/heat-cicd-pike-dvr-sl/underlay.hot
@@ -122,7 +122,7 @@
cfg01_node:
type: MCP::MasterNode
- depends_on: [networks]
+ depends_on: [subnets]
properties:
env_name: { get_param: env_name }
mcp_version: { get_param: mcp_version }
@@ -667,7 +667,7 @@
foundation_node:
type: MCP::FoundationNode
- depends_on: [networks]
+ depends_on: [subnets]
properties:
env_name: { get_param: env_name }
mcp_version: { get_param: mcp_version }