Standardize docs

reviewable/pr18780/r1
Michael DeHaan 12 years ago
parent 38b5b0c241
commit 3cbf40c71e

@ -40,7 +40,7 @@ options:
description:
- password of login user
required: true
default: True
default: 'yes'
login_tenant_name:
description:
- the tenant name of the login user
@ -204,6 +204,7 @@ def main():
if state == 'attached':
_update_floating_ip(quantum, module, None, floating_ip_id)
module.exit_json(changed = True, result = "detached")
# this is magic, see lib/ansible/module.params['common.py
#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
main()

Loading…
Cancel
Save