nova/openstack-common.conf
Russell Bryant 14f0bc7c98 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
2012-04-04 11:47:55 -04:00

8 lines
157 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
modules=cfg,local,iniparser
# The base module to hold the copy of openstack.common
base=nova