blob: 8f984ab7d3f471633eb98b01e3538a63047ad43d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
heat_template_version: 2015-04-30
description: >
Configure hieradata for service -> virtual IP mappings.
resources:
VipConfigImpl:
type: OS::Heat::StructuredConfig
properties:
group: os-apply-config
# by default does nothing
outputs:
OS::stack_id:
description: The VipConfigImpl resource.
value: {get_resource: VipConfigImpl}
|