Merge "Use 'public' instead of 'nova' as default floating pool name"
[apex-tripleo-heat-templates.git] / examples / source2_lib_result_hot.yaml
1 description: examples/source2_hot.yaml
2 heat_template_version: '2014-10-16'
3 parameters:
4   BImage:
5     type: string
6   ImportantValue:
7     default: a_default
8     type: string
9 resources:
10   GenericB:
11     metadata:
12       my_meta: Foo
13     properties:
14       image:
15         get_param: BImage
16     type: OS::Nova::Server