From cf72bd07f1eb75e5286a3b0301cf6ec0dc91f863 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Mon, 13 Feb 2017 17:53:19 -0600 Subject: [PATCH] Update paste, policy and rootwrap configurations 2017-02-13 Change-Id: Ib8c9fe03486a51a63b66dc67bce2cb251991fe1a --- templates/keystone-paste.ini.j2 | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/templates/keystone-paste.ini.j2 b/templates/keystone-paste.ini.j2 index 447cfe60..b629b48c 100644 --- a/templates/keystone-paste.ini.j2 +++ b/templates/keystone-paste.ini.j2 @@ -12,11 +12,6 @@ use = egg:keystone#build_auth_context [filter:token_auth] use = egg:keystone#token_auth -[filter:admin_token_auth] -# This is deprecated in the M release and will be removed in the O release. -# Use `keystone-manage bootstrap` and remove this from the pipelines below. -use = egg:keystone#admin_token_auth - [filter:json_body] use = egg:keystone#json_body @@ -60,17 +55,17 @@ use = egg:keystone#admin_service [pipeline:public_api] # The last item in this pipeline must be public_service or an equivalent # application. It cannot be a filter. -pipeline = healthcheck cors sizelimit http_proxy_to_wsgi osprofiler url_normalize request_id admin_token_auth build_auth_context token_auth json_body ec2_extension public_service +pipeline = healthcheck cors sizelimit http_proxy_to_wsgi osprofiler url_normalize request_id build_auth_context token_auth json_body ec2_extension public_service [pipeline:admin_api] # The last item in this pipeline must be admin_service or an equivalent # application. It cannot be a filter. -pipeline = healthcheck cors sizelimit http_proxy_to_wsgi osprofiler url_normalize request_id admin_token_auth build_auth_context token_auth json_body ec2_extension s3_extension admin_service +pipeline = healthcheck cors sizelimit http_proxy_to_wsgi osprofiler url_normalize request_id build_auth_context token_auth json_body ec2_extension s3_extension admin_service [pipeline:api_v3] # The last item in this pipeline must be service_v3 or an equivalent # application. It cannot be a filter. -pipeline = healthcheck cors sizelimit http_proxy_to_wsgi osprofiler url_normalize request_id admin_token_auth build_auth_context token_auth json_body ec2_extension_v3 s3_extension service_v3 +pipeline = healthcheck cors sizelimit http_proxy_to_wsgi osprofiler url_normalize request_id build_auth_context token_auth json_body ec2_extension_v3 s3_extension service_v3 [app:public_version_service] use = egg:keystone#public_version_service