From 9f9ef66451c4817534398654b2446863e0403586 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 22 May 2020 09:49:47 +1000 Subject: [PATCH] Use ipv4 in server launch inventory output Follow-on to switch to ipv4 by default with Ifea55a923453c4c2af20151512fa95549342d1f5. Change-Id: I3b028b0ba3e8482421e8fd4c77e0a0d0f6b0be27 --- launch/dns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch/dns.py b/launch/dns.py index 7a2aa30a0b..9f2b4a9373 100755 --- a/launch/dns.py +++ b/launch/dns.py @@ -105,7 +105,7 @@ def print_inventory_yaml(server, ip4, ip6): print("Put the following into inventory/openstack.yaml") print("\n") print(" {name}:".format(name=server.name)) - print(" ansible_host: {ip}".format(ip=ip6 or ip4)) + print(" ansible_host: {ip}".format(ip=ip4 or ip6)) print(" location:") print(" cloud: {cloud}".format(cloud=server.location['cloud'])) print(" region_name: {region_name}".format(