Fix incorrect HOT Parameter types
Only types with lowercase names are valid in HOT. Change-Id: I60ca2404436e20461e5b38166e440cd41b8f947b
This commit is contained in:
parent
6978327789
commit
dfad1beddf
@ -27,11 +27,11 @@ parameters:
|
||||
description:
|
||||
Image ID must be either F18-i386-cfntools or F18-x86_64-cfntools.
|
||||
availability_zone:
|
||||
type: String
|
||||
type: string
|
||||
description: The Availability Zone to launch the instance.
|
||||
default: nova
|
||||
volume_size:
|
||||
type: Number
|
||||
type: number
|
||||
description: Size of the volume to be created.
|
||||
default: 1
|
||||
constraints:
|
||||
|
Loading…
x
Reference in New Issue
Block a user