From 4e4c76224451175e58e1a583613b4442f48fdd40 Mon Sep 17 00:00:00 2001 From: sun cheng Date: Thu, 25 Jan 2018 07:52:38 +0000 Subject: [PATCH] Fix the typo in doc files of openstack-ansible-os_sahara replace 'funcionality' with 'functionality' replace 'wich' with 'which' Change-Id: Id79df09a6c85688b785eaaec0b2af17b0e29c55b --- doc/source/configure-sahara.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/configure-sahara.rst b/doc/source/configure-sahara.rst index 4062834..0809036 100644 --- a/doc/source/configure-sahara.rst +++ b/doc/source/configure-sahara.rst @@ -75,7 +75,7 @@ Object Storage access using proxy users By default sahara is configured to use proxy users and delegated trusts for Object Storage access. In that way, users are not required to enter credentials for their data sources and job binaries referenced in Object -Storage. To disable this funcionality change the following variable to +Storage. To disable this functionality change the following variable to ``False``. In ``user_variables.yml``: @@ -84,7 +84,7 @@ Storage. To disable this funcionality change the following variable to sahara_use_domain_for_proxy_users: True -Also, is it possible to change wich roles the trust users will receive +Also, is it possible to change which roles the trust users will receive in the proxy domain, by default it receives the ``_member_`` role. In ``user_variables.yml``: