1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Description: examples/source2.yaml HeatTemplateFormatVersion: '2012-12-12' Parameters: BImage: Type: String ImportantValue: Default: a_default Type: String Resources: GenericB: Metadata: my_meta: Foo Properties: image: Ref: BImage Type: OS::Nova::Server