Merge pull request #1638 from j2sol/bugfix/os_server_afip_doc

Document auto_floating_ip argument
reviewable/pr18780/r1
Toshio Kuratomi 10 years ago
commit ff69ce7912

@ -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

Loading…
Cancel
Save