mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-19 23:49:09 -07:00
Remove unneeded required_one_of for openstack
We're being too strict - there is a third possibility, which is that a user will have defined the OS_* environment variables and expect them to pass through.
This commit is contained in:
parent
374ea10e6f
commit
d2782f0d84
3 changed files with 7 additions and 12 deletions
|
@ -23,7 +23,9 @@ class ModuleDocFragment(object):
|
|||
options:
|
||||
cloud:
|
||||
description:
|
||||
- Named cloud to operate against. Provides default values for I(auth) and I(auth_plugin)
|
||||
- Named cloud to operate against. Provides default values for I(auth) and
|
||||
I(auth_type). This parameter is not needed if I(auth) is provided or if
|
||||
OpenStack OS_* environment variables are present.
|
||||
required: false
|
||||
auth:
|
||||
description:
|
||||
|
@ -32,7 +34,8 @@ options:
|
|||
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
|
||||
requires. This parameter is not needed if a named cloud is provided.
|
||||
requires. This parameter is not needed if a named cloud is provided or
|
||||
OpenStack OS_* environment variables are present.
|
||||
required: false
|
||||
auth_type:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue