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'),
This commit is contained in:
parent
307116b838
commit
181c3aa25f
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Should a floating ip be auto created and assigned
|
- Should a floating ip be auto created and assigned
|
||||||
required: false
|
required: false
|
||||||
default: 'yes'
|
default: 'no'
|
||||||
version_added: "1.8"
|
version_added: "1.8"
|
||||||
floating_ips:
|
floating_ips:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue