Hi!

I was wondering if there is a configuration that allows the EC2 API to produce as output the fully qualified dns name instead of just the IP.

What I am getting is something like this:

{ instanceId: 'i-0000007b',
    privateDnsName: 'ubuntu',
    dnsName: 'a.b.c.d',
    ip: '10.0.0.3',
    publicIp: 'a.b.c.d' },


where a.b.c.d is the public IP of the instance in both "dnsName" and "publicIp" fields.

I would like the "dnsName" field to have the fully qualified dns name.

Regards,

G.

--


_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to