From 814e24fab5e5807cb753882f412b10a7abdbef1f Mon Sep 17 00:00:00 2001 From: Richard Bonett Date: Wed, 14 Aug 2019 15:30:17 -0400 Subject: [PATCH] Add note about registering floating IP (#60494) * Add note about registering floating IP * Remove trailing whitespace * adds info to 'wait' param, edits --- lib/ansible/modules/cloud/openstack/os_floating_ip.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/cloud/openstack/os_floating_ip.py b/lib/ansible/modules/cloud/openstack/os_floating_ip.py index c1e1a46e973..fed9f9d86a8 100644 --- a/lib/ansible/modules/cloud/openstack/os_floating_ip.py +++ b/lib/ansible/modules/cloud/openstack/os_floating_ip.py @@ -20,7 +20,8 @@ author: Davide Guerri (@dguerri) short_description: Add/Remove floating IP from an instance extends_documentation_fragment: openstack 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: server: description: @@ -54,8 +55,8 @@ options: version_added: "2.3" wait: description: - - When attaching a floating IP address, specify whether we should - wait for it to appear as attached. + - When attaching a floating IP address, specify whether to 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 default: 'no' timeout: