From c05df99a7d02001238b02139234765e62c261242 Mon Sep 17 00:00:00 2001 From: malei Date: Tue, 20 Oct 2015 08:49:32 +0800 Subject: [PATCH] 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 --- doc/source/developer-docs/extending.rst | 4 ++-- playbooks/library/config_template | 4 ++-- playbooks/roles/os_keystone/tasks/keystone_service_setup.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/developer-docs/extending.rst b/doc/source/developer-docs/extending.rst index 315f1a6ce4..68c9c90736 100644 --- a/doc/source/developer-docs/extending.rst +++ b/doc/source/developer-docs/extending.rst @@ -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. diff --git a/playbooks/library/config_template b/playbooks/library/config_template index 0a4bc314e7..0c343aad34 100644 --- a/playbooks/library/config_template +++ b/playbooks/library/config_template @@ -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. diff --git a/playbooks/roles/os_keystone/tasks/keystone_service_setup.yml b/playbooks/roles/os_keystone/tasks/keystone_service_setup.yml index c7e19f6d10..174285bdb5 100644 --- a/playbooks/roles/os_keystone/tasks/keystone_service_setup.yml +++ b/playbooks/roles/os_keystone/tasks/keystone_service_setup.yml @@ -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"