Comment 42 for bug 1665215

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

Reviewed: https://review.openstack.org/465182
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=bd7055daf23f03fe2e939e6d585885341422978c
Submitter: Jenkins
Branch: stable/newton

commit bd7055daf23f03fe2e939e6d585885341422978c
Author: Kevin Benton <email address hidden>
Date: Thu Apr 6 05:01:30 2017 -0700

    Allow offloading lookups in driver contexts

    This allows segments looked up ahead of time to be passed
    into NetworkContext objects and NetworkContext objects to
    be passed into PortContext objects. This allows us to avoid
    doing segments lookups for every PortContext construction
    when handling a bunch of ports (e.g. in RPC handler).

    Conflicts:
     neutron/plugins/ml2/driver_context.py

    Change-Id: Ib4c43a7894fe1285ecf4bdf9af5e5f1b93b0b39b
    Partial-Bug: #1665215
    (cherry picked from commit 604e598a7d43b8b3a260969de84af737a4988c4e)
    (cherry picked from commit a2ae48c2cee71d8a27f44c5d5cfbfbdacc1fee00)