Comment 13 for bug 1511406

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

Reviewed: https://review.openstack.org/292557
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=eb5a6bcc06a9e7faff4030d278f418264bb0562e
Submitter: Jenkins
Branch: master

commit eb5a6bcc06a9e7faff4030d278f418264bb0562e
Author: Matthew Edmonds <email address hidden>
Date: Mon Mar 14 14:55:07 2016 -0400

    get_admin_context overwriting context

    When the admin context is retrieved, the user context and its request
    ID is lost. All subsequent log entries would have different request IDs
    and any further context checking will be using an admin's context
    instead of the user's context. I'm not aware of any further checking
    today, but better to fix this now and avoid that being an issue in the
    future.

    Change-Id: I1371ddb70736a49f9124f85352d6d195aec97c80
    Closes-Bug: #1511406