From 1ccb5c61f459d9e70e9ba5698686065429d91afb Mon Sep 17 00:00:00 2001 From: Peter Portante Date: Wed, 4 Dec 2013 16:05:56 -0500 Subject: [PATCH] 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 --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 81b739f9d2..76237e18cd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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