Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers 2018-12-18 22:25:30 +01:00 committed by Jordan Borean
parent fcd1486b51
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -83,11 +83,11 @@ openstack_users:
id:
description: Unique UUID.
returned: success
type: string
type: str
name:
description: Name given to the user.
returned: success
type: string
type: str
enabled:
description: Flag to indicate if the user is enabled
returned: success
@ -95,19 +95,19 @@ openstack_users:
domain_id:
description: Domain ID containing the user
returned: success
type: string
type: str
default_project_id:
description: Default project ID of the user
returned: success
type: string
type: str
email:
description: Email of the user
returned: success
type: string
type: str
username:
description: Username of the user
returned: success
type: string
type: str
'''
from ansible.module_utils.basic import AnsibleModule