Merge "Configures haproxy as a Pacemaker resource"
[apex-tripleo-heat-templates.git] / examples / source_include_subkey_result_hot.yaml
1 description: examples/source_include_subkey_hot.yaml
2 heat_template_version: '2014-10-16'
3 parameters:
4   Foo:
5     type: string
6 resources:
7   GenericB:
8     metadata:
9       my_meta:
10         get_param: ImportantValue
11     properties:
12       image:
13         get_param: Foo
14     type: OS::Nova::Server