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
ee00e7e9d4
commit
f69a7553f7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue