Merge "Use static environment for deployed-server neutron mappings"
[apex-tripleo-heat-templates.git] / net-config-noop.yaml
index 30de584..57f1a19 100644 (file)
@@ -1,4 +1,4 @@
-heat_template_version: 2015-04-30
+heat_template_version: pike
 
 description: >
   Software Config to no-op for os-net-config. Using this will allow you
@@ -29,13 +29,17 @@ parameters:
     default: ''
     description: IP address/subnet on the tenant network
     type: string
+  ManagementIpSubnet:
+    default: ''
+    description: IP address/subnet on the management network
+    type: string
 
 resources:
   OsNetConfigImpl:
     type: OS::Heat::StructuredConfig
     properties:
-      group: os-apply-config
-      config:
+      group: apply-config
+      config: {}
 
 outputs:
   OS::stack_id: