From 26ecf7b02377b860b4412aa554ed2392f42f8d40 Mon Sep 17 00:00:00 2001 From: Aditi Raveesh Date: Fri, 17 May 2013 10:32:38 +0530 Subject: 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 --- openstack-common.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'openstack-common.conf') 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 -- cgit