EC2 module should report back the public_dns_name too.

This commit is contained in:
Jure Triglav 2013-01-10 16:14:47 +01:00
parent b9442b2468
commit 2ee05f0c96

View file

@ -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)