Comment 4 for bug 1738246

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

Reviewed: https://review.openstack.org/570789
Committed: https://git.openstack.org/cgit/openstack/networking-odl/commit/?id=8c5551f2ba57a035090be1ac00f73a397d274a9e
Submitter: Zuul
Branch: master

commit 8c5551f2ba57a035090be1ac00f73a397d274a9e
Author: Mike Kolesnik <email address hidden>
Date: Mon May 28 16:51:38 2018 +0300

    Cleanup l3_odl_v2 code

    Some cleanup in preparation for fixing bug #1738246:
     * Remove session.begin code since it doesn't actually do anything.
     * Simplify dependency list construction in delete_floatingip
     * Remove comment from rcurran since it's already handled
     * Remove get_floatingip mocking from tests set up since it doesn't do
       anything but will interfere with any proper testing (next patch).

    Change-Id: I6e718d3943a0c958d6717ba242c069a855e07c83
    Partial-Bug: #1738246