Comment 2 for bug 1742802

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

Reviewed: https://review.openstack.org/532993
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=257de1531098620f1019e00ea8446ce6aa9212c0
Submitter: Zuul
Branch: master

commit 257de1531098620f1019e00ea8446ce6aa9212c0
Author: Manjeet Singh Bhatia <email address hidden>
Date: Tue Jan 16 13:04:07 2018 -0800

    Add notification for floatingip update/delete

    As neutron now allows L3 Flavors, but when other backends use L3
    flavors, the floating delete only commits db transaction therefore
    removing fip from neutron db but backend still have that fip as active
    because there's no notification for the subscribed precommit_delete
    event.

    Co-Authored-By: Isaku Yamahata <email address hidden>
    Change-Id: I87dd124cc5bf17365ca197e4b35ffaa7825ca17c
    Closes-Bug: #1742802