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'
|
||||
type: dictionary
|
||||
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:
|
||||
description: Project ID
|
||||
type: string
|
||||
|
@ -104,6 +96,14 @@ project:
|
|||
description: Project name
|
||||
type: string
|
||||
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):
|
||||
|
|
Loading…
Reference in a new issue