Skip to content

Commit 115f4b5

Browse files
patchback[bot]felixfonteinAkasurderussoz
authored
[PR #10399/4801b0fc backport][stable-11] manageiq_provider: fix docs markup (#10407)
manageiq_provider: fix docs markup (#10399) * Fix docs markup. * Add one more. * Update plugins/modules/manageiq_provider.py * More fixes. --------- (cherry picked from commit 4801b0f) Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com> Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
1 parent d385c47 commit 115f4b5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

plugins/modules/manageiq_provider.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
description: Google Compute Engine Project ID.
6464
azure_tenant_id:
6565
type: str
66-
description: Tenant ID. defaults to None.
66+
description: Tenant ID. Defaults to V(null).
6767
aliases: [keystone_v3_domain_id]
6868
tenant_mapping_enabled:
6969
type: bool
@@ -190,25 +190,25 @@
190190
description: The provider's API port.
191191
userid:
192192
type: str
193-
description: Provider's API endpoint authentication userid. defaults to None.
193+
description: Provider's API endpoint authentication userid. Defaults to V(null).
194194
password:
195195
type: str
196-
description: Provider's API endpoint authentication password. defaults to None.
196+
description: Provider's API endpoint authentication password. Defaults to V(null).
197197
auth_key:
198198
type: str
199-
description: Provider's API endpoint authentication bearer token. defaults to None.
199+
description: Provider's API endpoint authentication bearer token. Defaults to V(null).
200200
validate_certs:
201201
type: bool
202-
description: Whether SSL certificates should be verified for HTTPS requests (deprecated). defaults to True.
202+
description: Whether SSL certificates should be verified for HTTPS requests (deprecated). Defaults to V(true).
203203
default: true
204204
aliases: [verify_ssl]
205205
security_protocol:
206206
type: str
207207
choices: ['ssl-with-validation', 'ssl-with-validation-custom-ca', 'ssl-without-validation', 'non-ssl']
208-
description: How SSL certificates should be used for HTTPS requests. defaults to None.
208+
description: How SSL certificates should be used for HTTPS requests. Defaults to V(null).
209209
certificate_authority:
210210
type: str
211-
description: The CA bundle string with custom certificates. defaults to None.
211+
description: The CA bundle string with custom certificates. Defaults to V(null).
212212
path:
213213
type: str
214214
description:

0 commit comments

Comments
 (0)