ec6ff6f670
Replace usage of old incubator configuration generator by the oslo.config tool. tools/config/generate_sample.sh has been replaced by tox -egenconfig. heat_integrationtests/generate_sample.sh has been replaced by oslo-config-generator --config-file=heat_integrationtests/config-generator.conf Change-Id: I6d95df203b556c8ec2088d40a446427f7087b9a7
17 lines
306 B
Plaintext
17 lines
306 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=crypto
|
|
module=eventlet_backdoor
|
|
module=local
|
|
module=log
|
|
module=loopingcall
|
|
module=policy
|
|
module=service
|
|
module=threadgroup
|
|
module=versionutils
|
|
module=middleware.request_id
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=heat
|