919b377808
- Add generator.py from Oslo - Add notifier from Oslo - Add generator bash script used by other projects to generate configuration files - Update openstack-common.conf file The patch https://review.openstack.org/#/c/36493/ needs to be merged before this one. I'll rebase this patch and generate the heat configuration. Fix bug #1183275 Change-Id: Id7f24874b7e3e07d06dcf14bc381b9d630f67fc8
28 lines
508 B
Plaintext
28 lines
508 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
module=eventlet_backdoor
|
|
module=exception
|
|
module=excutils
|
|
module=gettextutils
|
|
module=importutils
|
|
module=install_venv_common
|
|
module=jsonutils
|
|
module=local
|
|
module=log
|
|
module=loopingcall
|
|
module=network_utils
|
|
module=notifier
|
|
module=patch_tox_venv
|
|
module=policy
|
|
module=redhat-eventlet.patch
|
|
module=rpc
|
|
module=service
|
|
module=threadgroup
|
|
module=timeutils
|
|
module=uuidutils
|
|
module=config
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=heat
|