Comment 3 for bug 1730076

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

Reviewed: https://review.openstack.org/518029
Committed: https://git.openstack.org/cgit/openstack/networking-sfc/commit/?id=7b578983c5399afb5bcb5be39e6cdf01ad470381
Submitter: Zuul
Branch: master

commit 7b578983c5399afb5bcb5be39e6cdf01ad470381
Author: Bernard Cafarelli <email address hidden>
Date: Mon Nov 6 17:28:59 2017 +0100

    Update l2pop calls to use context instead of session

    With the introduction of OVO objects, most l2pop methods were updated to
    use a context, and not a session:
    Idf72866d36f27ad0aa9b7a0b53034d2db45cd56d

    The OVS driver calls 2 of these methods, so update the related code to
    pass the context along

    Change-Id: I394f8a16a19bcd16d65a9fcfb985d6fb6217d093
    Closes-Bug: #1730076