Comment 6 for bug 1265872

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

Reviewed: https://review.openstack.org/65164
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=86f87944900e6e713d2baaacec18f55cbe81d878
Submitter: Jenkins
Branch: master

commit 86f87944900e6e713d2baaacec18f55cbe81d878
Author: George Peristerakis <email address hidden>
Date: Mon Jan 6 17:23:03 2014 -0500

    Bug fix on neutron's API to return the correct target ID

    In the class FloatingIpManager, the function filters the
    resulting list of ports with all available floating ips.
    The function now returns the target ID of a port with a
    floating IP associated to it. Added a new function to get
    this to pass. In the next phase is to refactor the
    floating ip api to allow a finer granularity. This will
    be useful later for managing floating ips.

    Change-Id: I02286dbbb60318b0157992622ffdeeae45a71bc1
    Closes-Bug: 1265872