Comment 9 for bug 1301486

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to heat (master)

Reviewed: https://review.openstack.org/122568
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=d0d925f45170634a7ef8b11f15b7971513fa9227
Submitter: Jenkins
Branch: master

commit d0d925f45170634a7ef8b11f15b7971513fa9227
Author: Steve Baker <email address hidden>
Date: Fri Sep 19 11:43:11 2014 +1200

    FloatingIP updateable port_id, fixed_ip_address

    This change implements handle_update for FloatingIP.

    FloatingIPAssociation already has handle_update implemented, so
    this change is just fixing a gap.

    Updateable FloatingIP will be vital if ports end up getting replaced
    on every update as per I558db6bac196f49e5c488a577f0580c934b06747

    Change-Id: I0a05b8cf916267338e4bcb6a3e12bc2cdcdc3d48
    Closes-Bug: #1369748
    Related-Bug: #1301486