mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 12:20:21 -07:00
[PR #9528/838cdaab backport][stable-10] lmn*: style adjustments (#9543)
lmn*: style adjustments (#9528)
* lmn*: style adjustments
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 838cdaab42
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
1f29fa2e39
commit
75f649648e
43 changed files with 440 additions and 378 deletions
|
@ -49,7 +49,7 @@ options:
|
|||
parent_id:
|
||||
type: int
|
||||
description:
|
||||
- The id of the parent tenant. If not supplied the root tenant is used.
|
||||
- The ID of the parent tenant. If not supplied the root tenant is used.
|
||||
- The O(parent_id) takes president over O(parent) when supplied.
|
||||
required: false
|
||||
default:
|
||||
|
@ -140,7 +140,7 @@ tenant:
|
|||
type: complex
|
||||
contains:
|
||||
id:
|
||||
description: The tenant id.
|
||||
description: The tenant ID.
|
||||
returned: success
|
||||
type: int
|
||||
name:
|
||||
|
@ -152,7 +152,7 @@ tenant:
|
|||
returned: success
|
||||
type: str
|
||||
parent_id:
|
||||
description: The id of the parent tenant.
|
||||
description: The ID of the parent tenant.
|
||||
returned: success
|
||||
type: int
|
||||
quotas:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue