Comment 4 for bug 1533687

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

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

commit c82f0021d50a19861da12e112fb8756d49d1b804
Author: Sergey Belous <email address hidden>
Date: Mon Jan 18 16:37:06 2016 +0300

    Add relationship between port and floating ip

    We need to have the relationship between port and floating ip, because updating
    quota will happen when the event "after_delete" occurs. And current cascade
    removal of the floating ip does not cause the event "after_delete" for floating
    ip. The cascade on the ORM-level "delete" must be added.

    Closes-bug: #1533687
    Change-Id: Id414cf20069563085737fee5ddce94b1bf2f912d