Fix typos in docstrings:

config_template  Line 10: the use of an simple dictionary
keystone_service_setup.yml  Line 45: # Create an service tenant
extending.rst  Line 199: the use of an simple dictionary

Change-Id: I20fec718c8c4f3a0a645852a8b99152698b9cf94
This commit is contained in:
malei
2015-10-20 08:49:32 +08:00
committed by Jesse Pretorius (odyssey4me)
parent f0676e0f51
commit c05df99a7d
3 changed files with 5 additions and 5 deletions

View File

@@ -196,11 +196,11 @@ section.
Renders template files providing a create/update override interface
description:
- The module contains the template functionality with the ability to
override items in config, in transit, though the use of an simple
override items in config, in transit, through the use of a simple
dictionary without having to write out various temp files on target
machines. The module renders all of the potential jinja a user could
provide in both the template file and in the override dictionary which
is ideal for deployers whom may have lots of different configs using a
is ideal for deployers who may have lots of different configs using a
similar code base.
- The module is an extension of the **copy** module and all of attributes
that can be set there are available to be set here.

View File

@@ -7,10 +7,10 @@ version_added: 1.9.2
short_description: Renders template files providing a create/update override interface
description:
- The module contains the template functionality with the ability to override items
in config, in transit, though the use of an simple dictionary without having to
in config, in transit, through the use of a simple dictionary without having to
write out various temp files on target machines. The module renders all of the
potential jinja a user could provide in both the template file and in the override
dictionary which is ideal for deployers whom may have lots of different configs
dictionary which is ideal for deployers who may have lots of different configs
using a similar code base.
- The module is an extension of the **copy** module and all of attributes that can be
set there are available to be set here.

View File

@@ -42,7 +42,7 @@
- keystone-db-sync
- keystone-setup
# Create an service tenant
# Create a service tenant
- name: Ensure service tenant
keystone:
command: "ensure_tenant"