summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2015-07-01 08:15:53 -0700
committerToshio Kuratomi <a.badger@gmail.com>2015-07-01 08:15:53 -0700
commitff69ce7912e2cee53e6737e377853a49c0482b1c (patch)
treeef2efa717fb1f96aa5d19b537c6cdc1083250c97
parentc71f85377d7961a050a8ba1bc43d881c9e6da6e0 (diff)
parentddc78c82a4db6e8ee8c377fc08178e16fafdbbf0 (diff)
downloadansible-modules-core-ff69ce7912e2cee53e6737e377853a49c0482b1c.tar.gz
Merge pull request #1638 from j2sol/bugfix/os_server_afip_doc
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