Add note about registering floating IP (#60494)

* Add note about registering floating IP

* Remove trailing whitespace

* adds info to 'wait' param, edits
pull/60611/head
Richard Bonett 5 years ago committed by Alicia Cozine
parent d808b84621
commit 814e24fab5

@ -20,7 +20,8 @@ author: Davide Guerri (@dguerri) <davide.guerri@hp.com>
short_description: Add/Remove floating IP from an instance short_description: Add/Remove floating IP from an instance
extends_documentation_fragment: openstack extends_documentation_fragment: openstack
description: description:
- Add or Remove a floating IP to an instance - Add or Remove a floating IP to an instance.
- Returns the floating IP when attaching only if I(wait=true).
options: options:
server: server:
description: description:
@ -54,8 +55,8 @@ options:
version_added: "2.3" version_added: "2.3"
wait: wait:
description: description:
- When attaching a floating IP address, specify whether we should - When attaching a floating IP address, specify whether to wait for it to appear as attached.
wait for it to appear as attached. - Must be set to C(yes) for the module to return the value of the floating IP.
type: bool type: bool
default: 'no' default: 'no'
timeout: timeout:

Loading…
Cancel
Save