Merge pull request #1254 from agireud/os_project_fix
Fix return documentation
This commit is contained in:
commit
444155ce13
1 changed files with 8 additions and 8 deletions
|
@ -88,14 +88,6 @@ project:
|
||||||
returned: On success when I(state) is 'present'
|
returned: On success when I(state) is 'present'
|
||||||
type: dictionary
|
type: dictionary
|
||||||
contains:
|
contains:
|
||||||
description:
|
|
||||||
description: Project description
|
|
||||||
type: string
|
|
||||||
sample: "demodescription"
|
|
||||||
domain_id:
|
|
||||||
description: Project domain ID. Only present with Keystone >= v3.
|
|
||||||
type: string
|
|
||||||
sample: "default"
|
|
||||||
id:
|
id:
|
||||||
description: Project ID
|
description: Project ID
|
||||||
type: string
|
type: string
|
||||||
|
@ -104,6 +96,14 @@ project:
|
||||||
description: Project name
|
description: Project name
|
||||||
type: string
|
type: string
|
||||||
sample: "demoproject"
|
sample: "demoproject"
|
||||||
|
description:
|
||||||
|
description: Project description
|
||||||
|
type: string
|
||||||
|
sample: "demodescription"
|
||||||
|
enabled:
|
||||||
|
description: Boolean to indicate if project is enabled
|
||||||
|
type: bool
|
||||||
|
sample: True
|
||||||
'''
|
'''
|
||||||
|
|
||||||
def _needs_update(module, project):
|
def _needs_update(module, project):
|
||||||
|
|
Loading…
Reference in a new issue