From c245fd8bdead54202c3347a4bcd379d1d4a301ad Mon Sep 17 00:00:00 2001 From: Ziad Sawalha Date: Fri, 23 Dec 2011 16:03:52 -0600 Subject: [PATCH] Remove deprecated Keystone middleware: RAX-KSKEY It is no longer supported and will fail in the Essex release Change-Id: I6520149f1ecbe4966c786af40db987557d9101f6 --- files/keystone.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/files/keystone.conf b/files/keystone.conf index 0c0d0e26d3..a646513b0d 100644 --- a/files/keystone.conf +++ b/files/keystone.conf @@ -94,7 +94,6 @@ pipeline = pipeline = urlrewritefilter legacy_auth - RAX-KEY-extension service_api [app:service_api] @@ -109,8 +108,5 @@ paste.filter_factory = keystone.middleware.url:filter_factory [filter:legacy_auth] paste.filter_factory = keystone.frontends.legacy_token_auth:filter_factory -[filter:RAX-KEY-extension] -paste.filter_factory = keystone.contrib.extensions.service.raxkey.frontend:filter_factory - [filter:debug] paste.filter_factory = keystone.common.wsgi:debug_filter_factory