Big Switch Neutron ML2 plugin integration
[apex-tripleo-heat-templates.git] / vip-config.yaml
1 heat_template_version: 2015-04-30
2
3 description: >
4   Configure hieradata for service -> virtual IP mappings.
5
6 resources:
7   VipConfigImpl:
8     type: OS::Heat::StructuredConfig
9     properties:
10       group: os-apply-config
11       # by default does nothing
12
13 outputs:
14   OS::stack_id:
15     description: The VipConfigImpl resource.
16     value: {get_resource: VipConfigImpl}