diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-swift')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-swift/dispersion.conf | 17 |
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] | ||
| 2 | auth_url = http://localhost:5000/v2.0/ | ||
| 3 | auth_user = %SERVICE_TENANT_NAME%:%SERVICE_USER% | ||
| 4 | auth_key = %SERVICE_PASSWORD% | ||
| 5 | auth_version = 2.0 | ||
| 6 | endpoint_type = publicURL | ||
| 7 | keystone_api_insecure = no | ||
| 8 | |||
| 9 | swift_dir = /etc/swift | ||
| 10 | # dispersion_coverage = 1.0 | ||
| 11 | # retries = 5 | ||
| 12 | # concurrency = 25 | ||
| 13 | container_populate = yes | ||
| 14 | object_populate = yes | ||
| 15 | container_report = yes | ||
| 16 | object_report = yes | ||
| 17 | # dump_json = no | ||
