From cb9df31ef35691f9690e9c33161e6f113718ce03 Mon Sep 17 00:00:00 2001 From: tonyqui Date: Tue, 26 Apr 2016 01:09:40 +0200 Subject: [PATCH] Fixing a typo, floating-ips has been used instead of floating_ips (#3540) --- lib/ansible/modules/cloud/openstack/_nova_compute.py | 2 +- lib/ansible/modules/cloud/openstack/os_server.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/openstack/_nova_compute.py b/lib/ansible/modules/cloud/openstack/_nova_compute.py index f4846058b9..ae002bf20f 100644 --- a/lib/ansible/modules/cloud/openstack/_nova_compute.py +++ b/lib/ansible/modules/cloud/openstack/_nova_compute.py @@ -235,7 +235,7 @@ EXAMPLES = ''' key_name: test wait_for: 200 flavor_id: 101 - floating-ips: + floating_ips: - 12.34.56.79 # Creates a new VM with 4G of RAM on Ubuntu Trusty, ignoring deprecated images diff --git a/lib/ansible/modules/cloud/openstack/os_server.py b/lib/ansible/modules/cloud/openstack/os_server.py index 87391a55c4..6906c185d0 100644 --- a/lib/ansible/modules/cloud/openstack/os_server.py +++ b/lib/ansible/modules/cloud/openstack/os_server.py @@ -243,7 +243,7 @@ EXAMPLES = ''' key_name: test timeout: 200 flavor: 101 - floating-ips: + floating_ips: - 12.34.56.79 # Creates a new instance with 4G of RAM on Ubuntu Trusty, ignoring