From f69a7553f760e8e9b45b62cb22d21e094f4c2f43 Mon Sep 17 00:00:00 2001 From: Francois Deppierraz Date: Wed, 3 Dec 2014 16:06:50 +0100 Subject: [PATCH] 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'), --- cloud/openstack/nova_compute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/openstack/nova_compute.py b/cloud/openstack/nova_compute.py index 2b21ef86610..b51a1891a7d 100644 --- a/cloud/openstack/nova_compute.py +++ b/cloud/openstack/nova_compute.py @@ -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: