EC2 module should report back the public_dns_name too.

reviewable/pr18780/r1
Jure Triglav 12 years ago
parent 74679a5f4b
commit c2306e441f

1
ec2

@ -181,6 +181,7 @@ def main():
d = {
'id': inst.id,
'public_ip': inst.ip_address,
'public_dns_name': inst.public_dns_name
}
instances.append(d)

Loading…
Cancel
Save