Change allow_values -> allowed_values in hot_guide
Change-Id: I79b1134b04438df6165d4692cbaa74710d3b0319 Closes-bug: #1385982
This commit is contained in:
parent
609cfc8516
commit
322786e8fd
@ -178,7 +178,7 @@ for the *instance_type* parameter:
|
|||||||
label: Instance Type
|
label: Instance Type
|
||||||
description: Type of instance (flavor) to be used
|
description: Type of instance (flavor) to be used
|
||||||
constraints:
|
constraints:
|
||||||
- allow_values: [ m1.medium, m1.large, m1.xlarge ]
|
- allowed_values: [ m1.medium, m1.large, m1.xlarge ]
|
||||||
description: Value must be one of m1.medium, m1.large or m1.xlarge.
|
description: Value must be one of m1.medium, m1.large or m1.xlarge.
|
||||||
|
|
||||||
The *constraints* section allows for defining a list of constraints that must
|
The *constraints* section allows for defining a list of constraints that must
|
||||||
|
Loading…
Reference in New Issue
Block a user