From 5e71fa72696a26356dbb6fd9ee6dd95340ddd6da Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Thu, 9 Feb 2017 09:55:11 +0800 Subject: [PATCH] Fix wrong indents for docs Change-Id: If27fec6a20011098c772f8ab3eaaf56304d378e0 Closes-Bug: #1662444 --- 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 0fecfaf2f8..471fe26ab7 100644 --- a/doc/source/template_guide/hot_spec.rst +++ b/doc/source/template_guide/hot_spec.rst @@ -613,7 +613,7 @@ For example description: User name to be configured for the application constraints: - allowed_pattern: "[A-Z]+[a-zA-Z0-9]*" - description: User name must start with an uppercase character + description: User name must start with an uppercase character custom_constraint @@ -1034,7 +1034,7 @@ The following example demonstrates how to use the :code:`get_attr` function: value: { get_attr: [my_instance, first_address] } instance_private_ip: description: Private IP address of the deployed compute instance - value: { get_attr: [my_instance, networks, private, 0] } + value: { get_attr: [my_instance, networks, private, 0] } In this example, if the ``networks`` attribute contained the following data::