Merge "Allow access to the in-memory object server"

This commit is contained in:
Jenkins 2013-12-07 08:51:33 +00:00 committed by Gerrit Code Review
commit 5bec0852c0

View File

@ -61,6 +61,7 @@ scripts =
paste.app_factory =
proxy = swift.proxy.server:app_factory
object = swift.obj.server:app_factory
mem_object = swift.obj.mem_server:app_factory
container = swift.container.server:app_factory
account = swift.account.server:app_factory