From d925b305f8329bb1f261a627527c0c3ad973740e Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Wed, 12 Feb 2014 11:02:32 +0100 Subject: [PATCH] Fix errors in hot_spec doc allowed_values is not written properly in an example, and fix a sentence. Change-Id: I6544033365b937e1e0fc33d23c143d6a3291273b --- doc/source/template_guide/hot_spec.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/template_guide/hot_spec.rst b/doc/source/template_guide/hot_spec.rst index 43343474bb..1fe4296c85 100644 --- a/doc/source/template_guide/hot_spec.rst +++ b/doc/source/template_guide/hot_spec.rst @@ -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: ::