Fix Merge::Map for scatter-gather in Configs.
[apex-tripleo-heat-templates.git] / examples / lib.yaml
1 Parameters:
2   ImportantValue:
3     Default: a_default
4     Type: String
5   BImage:
6     Type: String
7 Resources:
8   GenericB:
9     Type: OS::Nova::Server
10     Properties:
11       image: {Ref: BImage}
12     Metadata:
13       my_meta: {Ref: ImportantValue}