heat/openstack-common.conf
Angus Salkeld e2e711fc1c oslo: update the rpc module
- It now requires the versionutils module.
- We need to deal with the "allow_rpc_exception_modules" not
  including heat.common.exception

Change-Id: I1ea1479d7bc023649b2af0f68683e9a81f868df9
2013-12-06 12:00:42 +11:00

31 lines
544 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
module=strutils
module=py3kcompat
module=versionutils
# The base module to hold the copy of openstack.common
base=heat