summaryrefslogtreecommitdiffstats
path: root/test/functional_auth/gswauth/conf/proxy-server.conf
diff options
context:
space:
mode:
authorThiago da Silva <thiago@redhat.com>2013-11-05 14:32:59 -0500
committerLuis Pabon <lpabon@redhat.com>2013-11-15 19:57:13 -0800
commit870a6e622688a69f7f13f7ddcfee2318c5c3cb76 (patch)
tree3cc0b8641f89a2a55e125e76b627e9b42e99564a /test/functional_auth/gswauth/conf/proxy-server.conf
parent477b4a9e560ebcda9ea91e3e03169a0c741f293b (diff)
renaming instances of swauth to gswauth
changed code where appropriate to gswauth instead of swauth Change-Id: Iadcec4f379fae3f063379b4899797b375290cc7b Signed-off-by: Thiago da Silva <thiago@redhat.com> Reviewed-on: http://review.gluster.org/6226 Reviewed-by: Luis Pabon <lpabon@redhat.com> Tested-by: Luis Pabon <lpabon@redhat.com> Reviewed-on: http://review.gluster.org/6278
Diffstat (limited to 'test/functional_auth/gswauth/conf/proxy-server.conf')
-rw-r--r--test/functional_auth/gswauth/conf/proxy-server.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/functional_auth/gswauth/conf/proxy-server.conf b/test/functional_auth/gswauth/conf/proxy-server.conf
index 90beb51..89f95f4 100644
--- a/test/functional_auth/gswauth/conf/proxy-server.conf
+++ b/test/functional_auth/gswauth/conf/proxy-server.conf
@@ -5,7 +5,7 @@ user = root
workers = 1
[pipeline:main]
-pipeline = catch_errors healthcheck proxy-logging cache swauth proxy-logging proxy-server
+pipeline = catch_errors healthcheck proxy-logging cache gswauth proxy-logging proxy-server
[app:proxy-server]
use = egg:gluster_swift#proxy
@@ -60,10 +60,10 @@ user_test_tester = testing .admin
user_test2_tester2 = testing2 .admin
user_test_tester3 = testing3
-[filter:swauth]
-use = egg:gluster_swift#swauth
-set log_name = swauth
-super_admin_key = swauthkey
+[filter:gswauth]
+use = egg:gluster_swift#gswauth
+set log_name = gswauth
+super_admin_key = gswauthkey
metadata_volume = gsmetadata
[filter:cache]