From ddc78c82a4db6e8ee8c377fc08178e16fafdbbf0 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 29 Jun 2015 14:06:50 -0700 Subject: [PATCH] Document auto_floating_ip argument --- cloud/openstack/os_server.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cloud/openstack/os_server.py b/cloud/openstack/os_server.py index 78a46f78c04..959f39880f8 100644 --- a/cloud/openstack/os_server.py +++ b/cloud/openstack/os_server.py @@ -90,6 +90,11 @@ options: - Ensure instance has public ip however the cloud wants to do that required: false default: 'yes' + auto_floating_ip: + description: + - If the module should automatically assign a floating IP + required: false + default: 'yes' floating_ips: description: - list of valid floating IPs that pre-exist to assign to this node