Change flat network name for nosdn fdio scenario
[apex-tripleo-heat-templates.git] / bootstrap-config.yaml
index 14ecc00..8e8a2a7 100644 (file)
@@ -1,18 +1,22 @@
-heat_template_version: 2014-10-16
+heat_template_version: pike
 description: 'Bootstrap Config'
 
 parameters:
   bootstrap_nodeid:
     type: string
+  bootstrap_nodeid_ip:
+    type: string
 
 resources:
 
   BootstrapNodeConfigImpl:
     type: OS::Heat::StructuredConfig
     properties:
+      group: os-apply-config
       config:
         bootstrap_host:
           bootstrap_nodeid: {get_param: bootstrap_nodeid}
+          bootstrap_nodeid_ip: {get_param: bootstrap_nodeid_ip}
 
 outputs:
   config_id: