mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Update common OpenStack requests-related parameters
Also, update docs related to earlier changes in this stack.
This commit is contained in:
parent
8027a8a0b5
commit
8758ba08bd
3 changed files with 32 additions and 10 deletions
|
@ -77,10 +77,14 @@ def openstack_full_argument_spec(**kwargs):
|
|||
auth=dict(default=None),
|
||||
region_name=dict(default=None),
|
||||
availability_zone=dict(default=None),
|
||||
verify=dict(default=True),
|
||||
cacert=dict(default=None),
|
||||
cert=dict(default=None),
|
||||
key=dict(default=None),
|
||||
wait=dict(default=True, type='bool'),
|
||||
timeout=dict(default=180, type='int'),
|
||||
endpoint_type=dict(
|
||||
default='publicURL', choices=['publicURL', 'internalURL']
|
||||
default='public', choices=['public', 'internal', 'admin']
|
||||
)
|
||||
)
|
||||
spec.update(kwargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue