Comment 4 for bug 1449462

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

Reviewed: https://review.openstack.org/178151
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=6886655b491aede40aa9f4a0bd4c6d402d5a7a78
Submitter: Jenkins
Branch: master

commit 6886655b491aede40aa9f4a0bd4c6d402d5a7a78
Author: Salvatore Orlando <email address hidden>
Date: Tue Apr 28 04:59:35 2015 -0700

    Context: Remove logic for read_deleted and deprecate it

    The read_deleted parameter in the Context object is simply unused.
    This patch removes associated logic, and for what is worth, adds
    deprecation warnings against explicit usage of read_deleted when
    creating a context instance, generate an admin context, and
    elevating a context instance.

    Change-Id: Ic69d22dc229ebe8fac1f6be0c4860d19732505b1
    Closes-Bug: #1449462