Enable passing optional first-boot user-data
[apex-tripleo-heat-templates.git] / net-config-noop.yaml
1 heat_template_version: 2014-10-16
2
3 description: >
4   Software Config to no-op for os-net-config. Using this will allow you
5   to use the parameter driven (init-neutron-ovs) configuration instead.
6
7 resources:
8   OsNetConfigImpl:
9     type: OS::Heat::StructuredConfig
10     properties:
11       group: os-apply-config
12       config:
13
14 outputs:
15   config_id:
16     description: The ID of the OsNetConfigImpl resource.
17     value:
18       {get_resource: OsNetConfigImpl}