diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-10-13 20:17:15 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-10-13 20:17:15 +0000 |
commit | a1b7af553de02e79f47af4110955e5fc73c385f3 (patch) | |
tree | cd777ed59240a9df61411292c62c99d4fd265a0c /puppet/services | |
parent | 8f5ebd08c4816849f959ea8471ebe956b1e1f601 (diff) | |
parent | 28a2a6d56b5415a4d354c56dc70bc036d109601d (diff) |
Merge "Enable object versioning in Swift proxy"
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/swift-proxy.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/services/swift-proxy.yaml b/puppet/services/swift-proxy.yaml index 8b990bcd..ed0d12cf 100644 --- a/puppet/services/swift-proxy.yaml +++ b/puppet/services/swift-proxy.yaml @@ -75,6 +75,7 @@ outputs: - admin - swiftoperator - ResellerAdmin + swift::proxy::versioned_writes::allow_versioned_writes: true swift::proxy::pipeline: - 'catch_errors' - 'healthcheck' @@ -87,6 +88,7 @@ outputs: - 'authtoken' - 'keystone' - 'staticweb' + - 'versioned_writes' - 'proxy-logging' - 'proxy-server' swift::proxy::account_autocreate: true |