parameters:
  ImportantValue:
    default: a_default
    type: string
  BImage:
    type: string
resources:
  GenericB:
    type: OS::Nova::Server
    properties:
      image: {get_param: BImage}
    metadata:
      my_meta: {get_param: ImportantValue}