]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Move heat-api auth_token conf from paste.ini
authorSteve Baker <sbaker@redhat.com>
Tue, 2 Apr 2013 23:29:50 +0000 (12:29 +1300)
committerSteve Baker <sbaker@redhat.com>
Mon, 22 Apr 2013 22:29:02 +0000 (10:29 +1200)
commit419a3d953e7c67dafc7b44b278eb432c27fe23be
tree2a1fbc618dbf9aa7d1e5031886134ba1ea3528cd
parentcfda18b43e2e5782e5595e54f4a48f30b860e5dd
Move heat-api auth_token conf from paste.ini

keystone auth_token middleware now allows heat to have auth_token
configuration in heat-api.conf. Moves the example of
auth_token configuration from heat-api-paste.ini to heat-api.conf.
This simplifies user configuations and users is no longer required
to edit heat-api-paste.ini.

This does not break backward compatibility. auth_token first
tries the configurations in /etc/heat/heat-api-paste.ini and then the
above configurations. Thus a user who already uses heat-api-paste.ini
does not need to change it.

Change-Id: Ia0a4d912cd7380094e121ee4af733277ca4d812e
Blueprint: keystone-middleware
etc/heat/heat-api-cfn-paste.ini
etc/heat/heat-api-cfn.conf
etc/heat/heat-api-cloudwatch-paste.ini
etc/heat/heat-api-cloudwatch.conf
etc/heat/heat-api-paste.ini
etc/heat/heat-api.conf