summaryrefslogtreecommitdiffstats
path: root/swift/1.4.8/plugins/conf/account-server/1.conf
diff options
context:
space:
mode:
authorMohammed Junaid <junaid@redhat.com>2012-04-11 08:55:46 +0530
committerVijay Bellur <vijay@gluster.com>2012-05-05 00:00:33 -0700
commit530a44a7c936dca76bda30bd40abdcc47c21fa7f (patch)
tree3dcefc3a01a4fddd39e0f2ddf6548d314af46a85 /swift/1.4.8/plugins/conf/account-server/1.conf
parent3651c7425ef41eae70d86b67151b62e8b6d5a3fc (diff)
swift: Gluster object storage plugin for Openstack Swift.
Change-Id: I5e07339064b1f3bb2aa5b04740ed870e114db4f9 BUG: 811430 Signed-off-by: Mohammed Junaid <junaid@redhat.com> Reviewed-on: http://review.gluster.com/3118 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'swift/1.4.8/plugins/conf/account-server/1.conf')
-rw-r--r--swift/1.4.8/plugins/conf/account-server/1.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/swift/1.4.8/plugins/conf/account-server/1.conf b/swift/1.4.8/plugins/conf/account-server/1.conf
new file mode 100644
index 00000000000..54cbf654003
--- /dev/null
+++ b/swift/1.4.8/plugins/conf/account-server/1.conf
@@ -0,0 +1,22 @@
+[DEFAULT]
+devices = /srv/1/node
+mount_check = false
+bind_port = 6012
+user = root
+log_facility = LOG_LOCAL2
+
+[pipeline:main]
+pipeline = gluster account-server
+
+[app:account-server]
+use = egg:swift#account
+
+[filter:gluster]
+use = egg:swift#gluster
+
+[account-replicator]
+vm_test_mode = yes
+
+[account-auditor]
+
+[account-reaper]