Parameters:
  ImportantValue:
    Default: a_default
    Type: String
  BImage:
    Type: String
Resources:
  GenericB:
    Type: OS::Nova::Server
    Properties:
      image: {Ref: BImage}
    Metadata:
      my_meta: {Ref: ImportantValue}