Merge "Remove unused bootstrap-config.yaml"

This commit is contained in:
Zuul 2018-10-03 12:01:18 +00:00 committed by Gerrit Code Review
commit 34b6aab229
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
heat_template_version: rocky
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:
description: The ID of the BootstrapNodeConfigImpl resource.
value:
{get_resource: BootstrapNodeConfigImpl}