Fix docs-args mismatch in modules

Change-Id: I51105f11565c5ff33b04add36259c8703af11240
This commit is contained in:
Sagi Shnaidman 2020-12-08 12:06:42 +02:00
parent c914c42799
commit e504d807de
4 changed files with 2 additions and 5 deletions

View File

@ -61,7 +61,7 @@ options:
- Whether or not SSL API requests should be verified.
- Before Ansible 2.3 this defaulted to C(yes).
type: bool
default: no
default: False
aliases: [ verify ]
ca_cert:
description:

View File

@ -120,7 +120,7 @@ def openstack_full_argument_spec(**kwargs):
auth=dict(default=None, type='dict', no_log=True),
region_name=dict(default=None),
availability_zone=dict(default=None),
validate_certs=dict(default=None, type='bool', aliases=['verify']),
validate_certs=dict(default=False, type='bool', aliases=['verify']),
ca_cert=dict(default=None, aliases=['cacert']),
client_cert=dict(default=None, aliases=['cert']),
client_key=dict(default=None, no_log=True, aliases=['key']),

View File

@ -120,7 +120,6 @@ options:
re-assert the password field.
- C(skip_update_of_driver_password) is deprecated alias and will be removed in openstack.cloud 2.0.0.
type: bool
default: 'no'
aliases:
- skip_update_of_driver_password
requirements:

View File

@ -16,12 +16,10 @@ options:
description:
- Whether to provide additional information about volumes
type: bool
default: false
all_projects:
description:
- Whether return the volumes in all projects
type: bool
default: false
name:
description:
- Name of the volume as a string.