From a9aec73098d5f4a7ab490bb16faab0834598243a Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Thu, 5 Sep 2013 12:27:18 -0700 Subject: [PATCH] add reseller_admin_role to sample config Change-Id: Ia8e62eef5af9e849e86c3ff14ce7f8aaa5f21abf --- etc/proxy-server.conf-sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/proxy-server.conf-sample b/etc/proxy-server.conf-sample index 459f3c3eff..975bf4902a 100644 --- a/etc/proxy-server.conf-sample +++ b/etc/proxy-server.conf-sample @@ -260,6 +260,8 @@ user_test_tester3 = testing3 # Operator roles is the role which user would be allowed to manage a # tenant and be able to create container or give ACL to others. # operator_roles = admin, swiftoperator +# The reseller admin role has the ability to create and delete accounts +# reseller_admin_role = ResellerAdmin [filter:healthcheck] use = egg:swift#healthcheck