Comment 1 for bug 1475450

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

Reviewed: https://review.openstack.org/202834
Committed: https://git.openstack.org/cgit/openstack/networking-odl/commit/?id=6537676b899192b7fa96789869adce72ec8f7986
Submitter: Jenkins
Branch: master

commit 6537676b899192b7fa96789869adce72ec8f7986
Author: Isaku Yamahata <email address hidden>
Date: Thu Jul 16 15:08:32 2015 -0700

    mech_driver: full_sync uses unrelated context for resources

    context passed to full sync is unrelated to the resource to be synced.
    When necessary, the context needs to be created for the resource

    Change-Id: I3d1842c2c0c95bdbaa689727a36c66e210f6273a
    Related-Bug: #1371115
    Closes-Bug: #1475450