From 06821eaff2670d9f8c8a0a5be20302d1028dc2a2 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Sat, 5 May 2012 22:09:19 -0400 Subject: [PATCH] Update noauth caching pipeline to use unauth-ctx. Updates the noauth version of the caching pipeline to use unauthenticated-context. Fixes LP Bug #995323. Change-Id: Id83be95f582a4a6ebe47dbeddc8101a51988e05e --- etc/glance-api-paste.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/glance-api-paste.ini b/etc/glance-api-paste.ini index de2f5ad510..2968c81838 100644 --- a/etc/glance-api-paste.ini +++ b/etc/glance-api-paste.ini @@ -16,7 +16,7 @@ pipeline = versionnegotiation authtoken context rootapp # flavor = caching # [pipeline:glance-api-caching] -pipeline = versionnegotiation context cache rootapp +pipeline = versionnegotiation unauthenticated-context cache rootapp # Use the following pipeline for keystone auth with caching # i.e. in glance-api.conf: