From 2b5af82706e8989dd2cb6275a07c5570b929c25e 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 --- lib/ansible/modules/cloud/openstack/os_server.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/ansible/modules/cloud/openstack/os_server.py b/lib/ansible/modules/cloud/openstack/os_server.py index e029b323cdd..f4132b13ab5 100644 --- a/lib/ansible/modules/cloud/openstack/os_server.py +++ b/lib/ansible/modules/cloud/openstack/os_server.py @@ -92,6 +92,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: decription: - list of valid floating IPs that pre-exist to assign to this node