]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Enable request-id in cinder API logs
authorJohn Griffith <john.griffith8@gmail.com>
Tue, 24 Mar 2015 03:08:15 +0000 (03:08 +0000)
committerIvan Kolodyazhny <e0ne@e0ne.info>
Tue, 24 Mar 2015 13:20:29 +0000 (15:20 +0200)
commit19f2f2833adb484d30d120de3dc154fad4fe9f3d
tree9492f44a7f1f7d46ffa8edf946070cec4b770e7a
parent37713115be3dec1a92e47906fa96d205d77a4274
Enable request-id in cinder API logs

Using common.local:store.context doesn't work correctly with
the new oslo_log module.  This change removes the calls to
common.local and removes the file altogether which allows the
proper settings to be passed in to the logging module and give
us back our request-id in the API logs.

Change-Id: If312f419fb465c9128bcfa0a280d6c35a46cb29b
Closes-Bug: #1435588
cinder/context.py
cinder/openstack/common/local.py [deleted file]
openstack-common.conf