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
Reviewed: https:/ /review. openstack. org/174815 /git.openstack. org/cgit/ openstack/ neutron/ commit/ ?id=c44506bfd60 b2dd6036e113464 f1ea682cfaeb6c
Committed: https:/
Submitter: Jenkins
Branch: master
commit c44506bfd60b2dd 6036e113464f1ea 682cfaeb6c
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: Ic3736bed3dc3e4 ccb91f4acfabbf0 33949e09ce0
Partial-Bug: #1445412