This commit is contained in:
Chris Blumentritt 2011-08-17 22:30:08 +00:00
parent 8df3d6552b
commit b538bbecd4
1 changed files with 2 additions and 1 deletions

View File

@ -36,4 +36,5 @@ pipeline = context registryapp
paste.app_factory = glance.registry.server:app_factory
[filter:context]
paste.filter_factory = glance.common.context:filter_factory
context_class = glance.registry.context.RequestContext
paste.filter_factory = glance.common.context:filter_factory