diff options
author | Aditi Raveesh <aditirav@thoughtworks.com> | 2013-05-17 10:32:38 +0530 |
---|---|---|
committer | Aditi Raveesh <aditirav@thoughtworks.com> | 2013-05-23 10:10:11 +0530 |
commit | 26ecf7b02377b860b4412aa554ed2392f42f8d40 (patch) | |
tree | c90288c94aebbb8e1d2d1889cdc89d16d61b0d2f /openstack-common.conf | |
parent | af7048590dac77806dd3e7c97a736fda52c2389b (diff) | |
download | nova-26ecf7b02377b860b4412aa554ed2392f42f8d40.tar.gz nova-26ecf7b02377b860b4412aa554ed2392f42f8d40.tar.xz nova-26ecf7b02377b860b4412aa554ed2392f42f8d40.zip |
Importing correlation_id middleware from oslo-incubator
Including 'correlation_id' middleware from oslo-incubator.
Adding this to openstack-common.conf to copy over the middleware to
the location nova/openstack/common/middleware
Change-Id: I21b27e8dae585345d03d59c125d9e1bbea95f830
Implements: blueprint cross-service-request-id
Diffstat (limited to 'openstack-common.conf')
-rw-r--r-- | openstack-common.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack-common.conf b/openstack-common.conf index 086796b12..297029dc1 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -18,6 +18,7 @@ module=lockutils module=log module=loopingcall module=memorycache +module=middleware.correlation_id module=network_utils module=notifier module=patch_tox_venv |