Remove explicit thread-local update in context

oslo.context now handles this internally, so we can remove the
duplication. Additionally - This is the last explicit use of
oslo-incubator's local module, so we remove it and it's
reference in openstack-common.conf.

Change-Id: I649b1873f69a37c9acb5b13d6ae750782ed7776c
This commit is contained in:
Kiall Mac Innes
2015-02-28 13:31:42 +00:00
parent 530717376c
commit e7fc6804dc
3 changed files with 5 additions and 56 deletions

View File

@@ -5,7 +5,6 @@ script=tools/install_venv_common.py
# The list of modules to copy from oslo-incubator.git
module=fixture.config
module=local
module=memorycache
module=policy
module=service