diff options
author | Thomas Herve <thomas.herve@enovance.com> | 2014-12-17 10:36:51 +0100 |
---|---|---|
committer | Thomas Herve <thomas.herve@enovance.com> | 2015-01-02 13:14:20 +0100 |
commit | ec6ff6f670a333ff3b3867e784a9c324b9a891ff (patch) | |
tree | 2d32e096a2f7a0df3a7aa81c81f24d709bb03889 /config-generator.conf | |
parent | e930bc288755999c3570ce145ca94237f9f1e2f9 (diff) | |
download | heat-ec6ff6f670a333ff3b3867e784a9c324b9a891ff.tar.gz |
Use oslo.config generator
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
Diffstat (limited to 'config-generator.conf')
-rw-r--r-- | config-generator.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config-generator.conf b/config-generator.conf new file mode 100644 index 000000000..e33b646c1 --- /dev/null +++ b/config-generator.conf @@ -0,0 +1,18 @@ +[DEFAULT] +output_file = etc/heat/heat.conf.sample +wrap_width = 79 +namespace = heat.common.config +namespace = heat.common.crypt +namespace = heat.common.heat_keystoneclient +namespace = heat.common.wsgi +namespace = heat.engine.clients +namespace = heat.engine.notification +namespace = heat.engine.resources +namespace = heat.openstack.common.eventlet_backdoor +namespace = heat.openstack.common.log +namespace = heat.openstack.common.policy +namespace = heat.api.middleware.ssl +namespace = heat.api.aws.ec2token +namespace = keystonemiddleware.auth_token +namespace = oslo.messaging +namespace = oslo.db |