Comment 33 for bug 1445412

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

Reviewed: https://review.openstack.org/174815
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c44506bfd60b2dd6036e113464f1ea682cfaeb6c
Submitter: Jenkins
Branch: master

commit c44506bfd60b2dd6036e113464f1ea682cfaeb6c
Author: Kevin Benton <email address hidden>
Date: Fri Apr 17 04:03:38 2015 -0700

    Don't update floating IP status if no change

    The floating IP status was going through all of the
    status update code every time the L3 agent sent in
    an update, even if the status didn't change.

    This patch skips sending updates to the server if the
    agent doesn't change the status.

    Change-Id: Ic3736bed3dc3e4ccb91f4acfabbf033949e09ce0
    Partial-Bug: #1445412