heat/openstack-common.conf
Julien Danjou 33e5737658 Stop using openstack.common.exception
The openstack.common.exception has been deprecated and removed from
oslo-incubator. Therefore, Heat should follow the recommendation and
stop the usage of this file altogether.

Change-Id: I0364da262d956cecea7b77ebc40ead8ece224828
Closes-Bug: #1208734
2013-10-18 10:58:29 +02:00

28 lines
490 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
module=db
module=db.sqlalchemy
module=eventlet_backdoor
module=excutils
module=gettextutils
module=importutils
module=install_venv_common
module=jsonutils
module=local
module=log
module=log_handler
module=loopingcall
module=network_utils
module=notifier
module=policy
module=rpc
module=service
module=threadgroup
module=timeutils
module=uuidutils
module=config
# The base module to hold the copy of openstack.common
base=heat