From 14f0bc7c986b3ede8170a304b79011148f6a71a5 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 4 Apr 2012 10:28:26 -0400 Subject: Use thread local storage from openstack.common. nova.local was recently added to openstack-common. Remove nova.local and use openstack.common.local instead. One benefit of this change is that it is another step toward decoupling nova.rpc from the rest of nova. Change-Id: I0240f4291a81f8390d3f329a11f207a1453d7cab --- openstack-common.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstack-common.conf') diff --git a/openstack-common.conf b/openstack-common.conf index bc191b959..854e80b14 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,7 +1,7 @@ [DEFAULT] # The list of modules to copy from openstack-common -modules=cfg,iniparser +modules=cfg,local,iniparser # The base module to hold the copy of openstack.common base=nova -- cgit