diff --git a/bootstrap-config.yaml b/bootstrap-config.yaml deleted file mode 100644 index c80e3d9c52..0000000000 --- a/bootstrap-config.yaml +++ /dev/null @@ -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}