Merge "Fix wrong indents for docs"

This commit is contained in:
Jenkins 2017-02-24 17:43:45 +00:00 committed by Gerrit Code Review
commit 4e09241574
1 changed files with 2 additions and 2 deletions

View File

@ -613,7 +613,7 @@ For example
description: User name to be configured for the application description: User name to be configured for the application
constraints: constraints:
- allowed_pattern: "[A-Z]+[a-zA-Z0-9]*" - 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 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] } value: { get_attr: [my_instance, first_address] }
instance_private_ip: instance_private_ip:
description: Private IP address of the deployed compute instance 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:: In this example, if the ``networks`` attribute contained the following data::