summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Keating <jkeating@j2solutions.net>2015-06-29 14:06:50 -0700
committerJesse Keating <jkeating@j2solutions.net>2015-06-29 14:06:50 -0700
commitddc78c82a4db6e8ee8c377fc08178e16fafdbbf0 (patch)
tree03f4e1efcb9745f0af650ddc8544622e792aa47f
parent7edacf6b1c480099eabd6f9ad9ad21d056ac4053 (diff)
downloadansible-modules-core-ddc78c82a4db6e8ee8c377fc08178e16fafdbbf0.tar.gz
Document auto_floating_ip argument
-rw-r--r--cloud/openstack/os_server.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/cloud/openstack/os_server.py b/cloud/openstack/os_server.py
index 78a46f78..959f3988 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