Comment 3 for bug 1096468

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/37840
Committed: http://github.com/openstack/nova/commit/050aa2bcbdd440e9d4a485796e8eaf1dbc70ff57
Submitter: Jenkins
Branch: master

commit 050aa2bcbdd440e9d4a485796e8eaf1dbc70ff57
Author: Sirushti Murugesan <email address hidden>
Date: Fri Jul 19 11:05:48 2013 +0530

    EC2-API: Fix ambiguous ipAddress/dnsName issue

    Currently, the public ipAddress and dnsName take in either the
    fixed or floating IP address as a value. The current fix ensures
    that the public dnsName and the public ipAddress both get only
    the floating ip address. A look into Amazon's EC2 API Reference
    tells us that if there is no public IP associated with an instance,
    an empty value is returned for <dnsName> and the key <ipAddress>
    itself is never returned. This was tested with euca2ools.
    Also, the key <publicDnsName> has been removed since it is
    the same as <dnsName>

    Fixes: bug #1096468

    Change-Id: I3b3e3b3f815df41d1976444d33604363e64a7709