From b0497ce11d8d059d9b9a0f9651544c7725cd1d2e Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Mon, 4 Nov 2013 17:08:22 -0500 Subject: make gluster volume name configurable changed code to look at configuration file for the metadata gluster volume name. The default is still gsmetadata Change-Id: I9bf74b9566ea1c9716c42f7ced0f999e02824868 Signed-off-by: Thiago da Silva Reviewed-on: http://review.gluster.org/6225 Reviewed-by: Luis Pabon Tested-by: Luis Pabon Reviewed-on: http://review.gluster.org/6258 --- test/functional_auth/gswauth/conf/proxy-server.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional_auth') diff --git a/test/functional_auth/gswauth/conf/proxy-server.conf b/test/functional_auth/gswauth/conf/proxy-server.conf index ddb0290..90beb51 100644 --- a/test/functional_auth/gswauth/conf/proxy-server.conf +++ b/test/functional_auth/gswauth/conf/proxy-server.conf @@ -64,6 +64,7 @@ user_test_tester3 = testing3 use = egg:gluster_swift#swauth set log_name = swauth super_admin_key = swauthkey +metadata_volume = gsmetadata [filter:cache] use = egg:swift#memcache -- cgit