From 322786e8fdb686a76b54f496a65bd62fc0c2fdab Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Mon, 27 Oct 2014 09:58:27 +1000 Subject: [PATCH] Change allow_values -> allowed_values in hot_guide Change-Id: I79b1134b04438df6165d4692cbaa74710d3b0319 Closes-bug: #1385982 --- doc/source/template_guide/hot_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/template_guide/hot_guide.rst b/doc/source/template_guide/hot_guide.rst index 2c2816223..6b452129b 100644 --- a/doc/source/template_guide/hot_guide.rst +++ b/doc/source/template_guide/hot_guide.rst @@ -178,7 +178,7 @@ for the *instance_type* parameter: label: Instance Type description: Type of instance (flavor) to be used 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. The *constraints* section allows for defining a list of constraints that must