Add functional tests and examples for merge
[apex-tripleo-heat-templates.git] / examples / lib.yaml
1 Parameters:
2   ImportantValue:
3   Default: a_default
4   Type: String
5 Resources:
6   GenericB:
7     Type: OS::Nova::Server
8     Properties:
9       image: {Ref: BImage}
10     Metadata:
11       my_meta: {Ref: ImportantValue}