Merge "Allow swift object versioning to be enabled"

This commit is contained in:
Jenkins 2015-03-05 09:41:41 +00:00 committed by Gerrit Code Review
commit 8476c5af87
2 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ swift_default_min_part_hours: 1
swift_default_host_zone: 0
swift_default_host_region: 1
swift_default_drive_weight: 100
swift_allow_versions: True
## Swift Auth
swift_service_admin_tenant_name: "service"

View File

@ -23,6 +23,7 @@ pipeline = healthcheck recon container-server
[app:container-server]
use = egg:swift#container
log_facility = LOG_LOCAL3
allow_versions = {{ swift_allow_versions }}
[filter:healthcheck]
use = egg:swift#healthcheck