blob: d42e95f8e6d6f05fcd12116b58aa429f7195edfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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}
|