summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-swift
diff options
context:
space:
mode:
authorVu Tran <vu.tran@windriver.com>2014-04-09 16:45:14 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-11 14:15:28 -0400
commit8178afe2b2b27459c36e9c08c22117f1b6a39650 (patch)
treee82bcbe8ce1aa1f36a2e3584e36e6044173dafff /meta-openstack/recipes-devtools/python/python-swift
parent37ac94989c34c5d8d1617167f22dba18e9b087b9 (diff)
downloadmeta-cloud-services-8178afe2b2b27459c36e9c08c22117f1b6a39650.tar.gz
swift: separate dispersion config
There are many changes required for proxy-dispersion config file. So instead of having sed to replace all little details, it's cleaner to add new config file that contains the changes Signed-off-by: Vu Tran <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-swift')
-rw-r--r--meta-openstack/recipes-devtools/python/python-swift/dispersion.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-swift/dispersion.conf b/meta-openstack/recipes-devtools/python/python-swift/dispersion.conf
new file mode 100644
index 0000000..25119ff
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-swift/dispersion.conf
@@ -0,0 +1,17 @@
1[dispersion]
2auth_url = http://localhost:5000/v2.0/
3auth_user = %SERVICE_TENANT_NAME%:%SERVICE_USER%
4auth_key = %SERVICE_PASSWORD%
5auth_version = 2.0
6endpoint_type = publicURL
7keystone_api_insecure = no
8
9swift_dir = /etc/swift
10# dispersion_coverage = 1.0
11# retries = 5
12# concurrency = 25
13container_populate = yes
14object_populate = yes
15container_report = yes
16object_report = yes
17# dump_json = no