Comment 5 for bug 1722404

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

Reviewed: https://review.openstack.org/511651
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=42b70509c6e632b0553e92d8ff04cb4cecaa563c
Submitter: Zuul
Branch: master

commit 42b70509c6e632b0553e92d8ff04cb4cecaa563c
Author: Dan Smith <email address hidden>
Date: Thu Oct 12 16:37:14 2017 -0700

    Regenerate context during targeting

    We are only doing a copy.copy() on context when we do target_cell(),
    which may mean we're sharing more across threads than we intend to.
    This makes that a full regeneration of the context (like we would
    do over RPC). This will necessarily dump the targeting, if already
    set, and any per-thread database context.

    Closes-Bug: #1722404
    Change-Id: Id24dea7465bafc1f6f58c4a121c4ffb35b7a634a