diff options
Diffstat (limited to 'net-config-noop.yaml')
-rw-r--r-- | net-config-noop.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-config-noop.yaml b/net-config-noop.yaml new file mode 100644 index 00000000..a3b1d1af --- /dev/null +++ b/net-config-noop.yaml @@ -0,0 +1,18 @@ +heat_template_version: 2014-10-16 + +description: > + Software Config to no-op for os-net-config. Using this will allow you + to use the parameter driven (init-neutron-ovs) configuration instead. + +resources: + OsNetConfigImpl: + type: OS::Heat::StructuredConfig + properties: + group: os-apply-config + config: + +outputs: + config_id: + description: The ID of the OsNetConfigImpl resource. + value: + {get_resource: OsNetConfigImpl} |