mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-28 02:34:30 +00:00
Merge "Fix documentation defaults for modules"
This commit is contained in:
@@ -125,6 +125,7 @@ options:
|
|||||||
accessible from.
|
accessible from.
|
||||||
elements: dict
|
elements: dict
|
||||||
type: list
|
type: list
|
||||||
|
default: []
|
||||||
wait:
|
wait:
|
||||||
description:
|
description:
|
||||||
- If the module should wait for the load balancer to be created or
|
- If the module should wait for the load balancer to be created or
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ options:
|
|||||||
this dictionary may be additional dictionaries.
|
this dictionary may be additional dictionaries.
|
||||||
required: false
|
required: false
|
||||||
type: dict
|
type: dict
|
||||||
|
default: {}
|
||||||
suboptions:
|
suboptions:
|
||||||
project_id:
|
project_id:
|
||||||
description:
|
description:
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ options:
|
|||||||
description:
|
description:
|
||||||
- Long description of the purpose of the security group
|
- Long description of the purpose of the security group
|
||||||
type: str
|
type: str
|
||||||
|
default: ''
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Should the resource be present or absent.
|
- Should the resource be present or absent.
|
||||||
|
|||||||
@@ -153,6 +153,7 @@ options:
|
|||||||
- This server attribute cannot be updated.
|
- This server attribute cannot be updated.
|
||||||
type: list
|
type: list
|
||||||
elements: raw
|
elements: raw
|
||||||
|
default: []
|
||||||
suboptions:
|
suboptions:
|
||||||
tag:
|
tag:
|
||||||
description:
|
description:
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ options:
|
|||||||
description:
|
description:
|
||||||
- Dictionary of parameters for the stack creation
|
- Dictionary of parameters for the stack creation
|
||||||
type: dict
|
type: dict
|
||||||
|
default: {}
|
||||||
rollback:
|
rollback:
|
||||||
description:
|
description:
|
||||||
- Rollback stack creation
|
- Rollback stack creation
|
||||||
|
|||||||
Reference in New Issue
Block a user