Skip to content

Commit

Permalink
Update noauth caching pipeline to use unauth-ctx.
Browse files Browse the repository at this point in the history
Updates the noauth version of the caching pipeline to use
unauthenticated-context.

Fixes LP Bug #995323.

Change-Id: Id83be95f582a4a6ebe47dbeddc8101a51988e05e
  • Loading branch information
dprince committed May 6, 2012
1 parent 6d15a2d commit 06821ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/glance-api-paste.ini
Expand Up @@ -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:
Expand Down

0 comments on commit 06821ea

Please sign in to comment.