Commit 2ee05f0c by Jure Triglav

EC2 module should report back the public_dns_name too.

parent b9442b24
...@@ -181,6 +181,7 @@ def main(): ...@@ -181,6 +181,7 @@ def main():
d = { d = {
'id': inst.id, 'id': inst.id,
'public_ip': inst.ip_address, 'public_ip': inst.ip_address,
'public_dns_name': inst.public_dns_name
} }
instances.append(d) instances.append(d)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment