From e89f1186e7e383eeda221af973605341202a63e8 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 30 Jun 2015 14:46:43 -0400 Subject: [PATCH] Fix a tiny typo --- lib/ansible/utils/module_docs_fragments/openstack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/utils/module_docs_fragments/openstack.py b/lib/ansible/utils/module_docs_fragments/openstack.py index 99897eee6d8..753d34d3771 100644 --- a/lib/ansible/utils/module_docs_fragments/openstack.py +++ b/lib/ansible/utils/module_docs_fragments/openstack.py @@ -30,7 +30,7 @@ options: auth: description: - Dictionary containing auth information as needed by the cloud's auth - plugin strategy. For the default I{password) plugin, this would contain + plugin strategy. For the default I(password) plugin, this would contain I(auth_url), I(username), I(password), I(project_name) and any information about domains if the cloud supports them. For other plugins, this param will need to contain whatever parameters that auth plugin