Merge "Allow swift object versioning to be enabled"
This commit is contained in:
commit
8476c5af87
@ -61,6 +61,7 @@ swift_default_min_part_hours: 1
|
|||||||
swift_default_host_zone: 0
|
swift_default_host_zone: 0
|
||||||
swift_default_host_region: 1
|
swift_default_host_region: 1
|
||||||
swift_default_drive_weight: 100
|
swift_default_drive_weight: 100
|
||||||
|
swift_allow_versions: True
|
||||||
|
|
||||||
## Swift Auth
|
## Swift Auth
|
||||||
swift_service_admin_tenant_name: "service"
|
swift_service_admin_tenant_name: "service"
|
||||||
|
@ -23,6 +23,7 @@ pipeline = healthcheck recon container-server
|
|||||||
[app:container-server]
|
[app:container-server]
|
||||||
use = egg:swift#container
|
use = egg:swift#container
|
||||||
log_facility = LOG_LOCAL3
|
log_facility = LOG_LOCAL3
|
||||||
|
allow_versions = {{ swift_allow_versions }}
|
||||||
|
|
||||||
[filter:healthcheck]
|
[filter:healthcheck]
|
||||||
use = egg:swift#healthcheck
|
use = egg:swift#healthcheck
|
||||||
|
Loading…
Reference in New Issue
Block a user