summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2014-10-08 20:15:54 -0500
committerBrant Knudson <bknudson@us.ibm.com>2014-10-09 15:46:30 -0500
commit91ca44fe3602e72d32464e6ead99f12d21aa069b (patch)
treeec8d6f46c70b0f733acfd0cbc56de692f5d88c02 /tools
parentb96aa6be1296cea82a4d8add55b1cba855e14d95 (diff)
downloadheat-91ca44fe3602e72d32464e6ead99f12d21aa069b.tar.gz
Update references to auth_token middleware
There's references to the auth_token middleware in keystoncelient. The auth_token middleware has been moved to keystonemiddleware and the version in keystoneclient shouldn't be used anymore. If these references aren't updated, then when options are changed in keystonemiddleware.auth_token the heat-api will fail to start because there's duplicate options in keystoneclient.middleware.auth_token. Change-Id: I04573aa5ff967afe3e00329f797fcc71b779e7b3 Closes-Bug: #1379082
Diffstat (limited to 'tools')
-rw-r--r--tools/config/oslo.config.generator.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/config/oslo.config.generator.rc b/tools/config/oslo.config.generator.rc
index f13aa773f..67249c454 100644
--- a/tools/config/oslo.config.generator.rc
+++ b/tools/config/oslo.config.generator.rc
@@ -1,3 +1,3 @@
-export HEAT_CONFIG_GENERATOR_EXTRA_MODULES=keystoneclient.middleware.auth_token
+export HEAT_CONFIG_GENERATOR_EXTRA_MODULES=keystonemiddleware.auth_token
export HEAT_CONFIG_GENERATOR_EXTRA_LIBRARIES="heat.common.config heat.common.wsgi oslo.messaging oslo.db"
export HEAT_CONFIG_GENERATOR_EXCLUDED_FILES="heat/common/config.py heat/common/wsgi.py heat/openstack/common/sslutils.py"