Updated glance-registry.conf in accordance with https://bugs.launchpad.net/glance/+bug/814981

This commit is contained in:
James Turnbull 2011-08-16 16:08:57 -07:00
parent 7b1666f378
commit 8df3d6552b
1 changed files with 7 additions and 1 deletions

View File

@ -29,5 +29,11 @@ sql_connection = <%= sql_connection %>
# before MySQL can drop the connection.
sql_idle_timeout = <%= sql_idle_timeout %>
[app:glance-registry]
[pipeline:glance-registry]
pipeline = context registryapp
[app:registryapp]
paste.app_factory = glance.registry.server:app_factory
[filter:context]
paste.filter_factory = glance.common.context:filter_factory