]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move auth_token configurations to quantum.conf
authorAkihiro MOTOKI <motoki@da.jp.nec.com>
Mon, 11 Feb 2013 13:31:19 +0000 (22:31 +0900)
committerAkihiro MOTOKI <motoki@da.jp.nec.com>
Mon, 11 Feb 2013 13:31:19 +0000 (22:31 +0900)
commit859bf958201d49761b5d88eea2f3925f095c5d56
treeeb9601b9f8cad07cc04f306c4a8bf24b73002952
parentb6cf408e319b1e60ff2b23aa56cd77782cf640bc
Move auth_token configurations to quantum.conf

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

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

DocImpact

Change-Id: I5a4c48b14428e29ea2a331880e1de0afd69c97b5
etc/api-paste.ini
etc/quantum.conf