launch.py : fix typo calling legacy dns print function
Change-Id: Ia33c93320497adeffd3ea4e812f11115a6570f28
This commit is contained in:
parent
87d2cea6a7
commit
d86d1d8796
@ -85,7 +85,7 @@ def print_reverse_dns(cloud, server, ip4, ip6):
|
||||
print("\n")
|
||||
|
||||
|
||||
def print_legacy_dns(server, ip4, ip6):
|
||||
def print_dns_legacy(server, ip4, ip6):
|
||||
print(". ~root/ci-launch/openstack-rs-nova.sh")
|
||||
print("\n")
|
||||
print(
|
||||
|
Loading…
Reference in New Issue
Block a user