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:
parent
30c0c086f9
commit
1ccb5c61f4
@ -63,6 +63,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
|
||||
|
||||
@ -94,7 +95,7 @@ build-dir = doc/build
|
||||
source-dir = doc/source
|
||||
|
||||
[egg_info]
|
||||
tag_build =
|
||||
tag_build =
|
||||
tag_date = 0
|
||||
tag_svn_revision = 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user