blob: b5af05e464efbf052bb01d9c73aa53d9036b96dc (
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: {get_param: BImage}
metadata:
my_meta: {get_param: ImportantValue}
|