aboutsummaryrefslogtreecommitdiffstats
path: root/net-config-noop.yaml
blob: 35cfecc4268fef88738b61fe1eac67f80b367351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
heat_template_version: 2015-04-30

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}