Description: examples/source2.yaml
HeatTemplateFormatVersion: '2012-12-12'
Parameters:
  GenericBImage:
    Type: String
  ImportantValue:
    Default: a_default
    Type: String
Resources:
  GenericB:
    Metadata:
      my_meta: Foo
    Properties:
      image:
        Ref: GenericBImage
    Type: OS::Nova::Server