mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Add api timeout now that shade spports it everywhere
This commit is contained in:
parent
8758ba08bd
commit
90ca386555
3 changed files with 7 additions and 0 deletions
|
@ -83,6 +83,7 @@ def openstack_full_argument_spec(**kwargs):
|
|||
key=dict(default=None),
|
||||
wait=dict(default=True, type='bool'),
|
||||
timeout=dict(default=180, type='int'),
|
||||
api_timeout=dict(default=None, type='int'),
|
||||
endpoint_type=dict(
|
||||
default='public', choices=['public', 'internal', 'admin']
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue