diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-06-10 11:57:58 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-06-10 11:57:58 +0000 |
commit | cc07a851b0345404c123db8d7b4c325056bd6870 (patch) | |
tree | 1d843c2767259ea8707e0f555069c1905bbc5746 /tools | |
parent | c23067fc81a46013de21934b7275d3a1e094b96c (diff) | |
parent | 52ad1edea2bb6f4209879064488d1bafb6eaef13 (diff) | |
download | heat-cc07a851b0345404c123db8d7b4c325056bd6870.tar.gz |
Merge "Use entry points for config generation"
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" |