Allow access to the in-memory object server

This will allow functional tests to be used against it, and can then
be used for the storage-policy work as an example diskfile
implementation associated with a storage policy.

Change-Id: I47a88e70cee99225779baaed379b0c5d4c73611a
This commit is contained in:
Peter Portante 2013-12-04 16:05:56 -05:00
parent 30c0c086f9
commit 1ccb5c61f4

View File

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