From 238387f2f8b5287cd9e1fb9ff1ebf4566314547a Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 12 May 2020 10:10:57 -0500 Subject: [PATCH] Remove incorrect os_ prefix in documentation The parameteres are project_domain_name and user_domain_name. Change-Id: I509ae5d398ff8a93d3cbcd09edb21118a1ff03c3 --- plugins/doc_fragments/openstack.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/doc_fragments/openstack.py b/plugins/doc_fragments/openstack.py index 801a0039..7a0ae502 100644 --- a/plugins/doc_fragments/openstack.py +++ b/plugins/doc_fragments/openstack.py @@ -24,7 +24,8 @@ options: - Dictionary containing auth information as needed by the cloud's auth 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 (for example, I(os_user_domain_name) or I(os_project_domain_name)) if the cloud supports them. + information about domains (for example, I(user_domain_name) or + I(project_domain_name)) if the cloud supports them. For other plugins, this param will need to contain whatever parameters that auth plugin requires. This parameter is not needed if a named cloud is provided or