diff options
author | Thomas Herve <thomas.herve@enovance.com> | 2014-05-20 10:45:51 +0200 |
---|---|---|
committer | Thomas Herve <thomas.herve@enovance.com> | 2014-05-30 16:21:03 +0200 |
commit | 52ad1edea2bb6f4209879064488d1bafb6eaef13 (patch) | |
tree | 5a78ff5050d2c25f34f4e914d4f0c991437379a4 /tools | |
parent | cce77b70a03fdc8c54e057b91030fd3f0377eef5 (diff) | |
download | heat-52ad1edea2bb6f4209879064488d1bafb6eaef13.tar.gz |
Use entry points for config generation
This starts using entry points to generate configuration for the
common.config and the common.wsgi modules, as they use entries with the
same name in different groups.
This also removes configuration for sslutils which is unused, and
re-enable the check for up-to-date configuration.
Co-Authored-By: ala.rezmerita@cloudwatt.com
Closes-Bug: #1288586
Change-Id: If48c62bbb2b1fb641791dad56f7f905e483080fa
Diffstat (limited to 'tools')
-rw-r--r-- | tools/config/oslo.config.generator.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/config/oslo.config.generator.rc b/tools/config/oslo.config.generator.rc index 9f97fb9fd..e6bb09448 100644 --- a/tools/config/oslo.config.generator.rc +++ b/tools/config/oslo.config.generator.rc @@ -1 +1,3 @@ export HEAT_CONFIG_GENERATOR_EXTRA_MODULES=keystoneclient.middleware.auth_token +export HEAT_CONFIG_GENERATOR_EXTRA_LIBRARIES="heat.common.config heat.common.wsgi" +export HEAT_CONFIG_GENERATOR_EXCLUDED_FILES="heat/common/config.py heat/common/wsgi.py heat/openstack/common/sslutils.py" |