Fix errors in hot_spec doc

allowed_values is not written properly in an example, and fix a
sentence.

Change-Id: I6544033365b937e1e0fc33d23c143d6a3291273b
This commit is contained in:
Thomas Herve 2014-02-12 11:02:32 +01:00
parent 4c4b780617
commit d925b305f8
1 changed files with 2 additions and 2 deletions

View File

@ -311,7 +311,7 @@ For example:
type: string
description: Instance type for compute instances
constraints:
allowed_values:
- allowed_values:
- m1.small
- m1.medium
- m1.large
@ -320,7 +320,7 @@ allowed_pattern
~~~~~~~~~~~~~~~
The *allowed_pattern* constraint applies to parameters of type string and allows
for specifying a regular expression against which a user provided parameter
value must evaluate at deployment
value must evaluate at deployment.
The syntax of the allowed_pattern constraint is:
::