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
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user