Doc updates

This commit is contained in:
Darren Worrall 2015-08-10 16:42:44 +01:00 committed by Matt Clay
parent 6daa6f797c
commit e92acede5b

View file

@ -23,16 +23,15 @@ DOCUMENTATION = '''
module: cs_ip_address module: cs_ip_address
short_description: Manages Public/Secondary IP address associations short_description: Manages Public/Secondary IP address associations
description: description:
- Acquires and associates a public IP to an account. Due to API limitations, - Acquires and associates a public IP to an account or project. Due to API
- this is not an idempotent call, so be sure to only conditionally call this limitations this is not an idempotent call, so be sure to only
- when C(state=present) conditionally call this when C(state=present)
version_added: '2.0' version_added: '2.0'
author: "Darren Worrall @dazworrall" author: "Darren Worrall @dazworrall"
options: options:
ip_address: ip_address:
description: description:
- Public IP address. - Public IP address. Required if C(state=absent)
- Required if C(state=absent)
required: true required: true
domain: domain:
description: description: