]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Inherit RequestContext from oslo
authorAdrien Vergé <adrien.verge@numergy.com>
Wed, 26 Nov 2014 14:24:46 +0000 (15:24 +0100)
committerAdrien Vergé <adrien.verge@numergy.com>
Fri, 5 Dec 2014 08:22:01 +0000 (09:22 +0100)
commit9d17fa6dc855fdba1e9f6c804b4a69a99c0c362e
tree86d6cda31f78f588c1aa692b7e9095b2fe4e0d32
parent18a7f13d38ca3c74fa1ebaf4d03afebb4216e578
Inherit RequestContext from oslo

In the long-term, OpenStack projects should use oslo.context as the base
class for their custom contexts. This enables the use of
application-agnostic tools, e.g. global logging configurations. See
http://specs.openstack.org/openstack/oslo-specs/specs/juno/app-agnostic-logging-parameters.html

This patch syncs the latest context module from oslo-incubator and use
it as the base class for Cinder RequestContext. The goal is to clean up
Cinder code, and to be ready for the first oslo.context release.

Change-Id: Iba9354b402de556ca6e55e7c17dd6f3f1624d72d
Related-bug: #1210261
cinder/context.py
cinder/openstack/common/context.py