Fix auto_floating_ip documentation

The default value is 'no' instead of the currently documented 'yes'.

See cloud/openstack/nova_compute.py line 543:

        auto_floating_ip                = dict(default=False, type='bool'),
pull/18777/head
Francois Deppierraz 10 years ago committed by Matt Clay
parent 307116b838
commit 181c3aa25f

@ -121,7 +121,7 @@ options:
description:
- Should a floating ip be auto created and assigned
required: false
default: 'yes'
default: 'no'
version_added: "1.8"
floating_ips:
description:

Loading…
Cancel
Save