1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
description: examples/source2_hot.yaml heat_template_version: '2014-10-16' parameters: BImage: type: string ImportantValue: default: a_default type: string resources: GenericB: metadata: my_meta: Foo properties: image: get_param: BImage type: OS::Nova::Server