diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-11-28 09:48:31 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-11-28 09:48:31 +0000 |
commit | 52d9139135061fc847823f6c7d9d9b51a319760c (patch) | |
tree | 9e66c8839741db6e24f7b79c04a5d25ee13733f5 | |
parent | 597de6ec400d6971f136a770dc01416e81273409 (diff) | |
parent | 5e52fb0ecc38d4e3582341ae24daf73de6fe9541 (diff) |
Merge "adding swift middleware that is typically enabled by default"
-rw-r--r-- | puppet/services/swift-proxy.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/services/swift-proxy.yaml b/puppet/services/swift-proxy.yaml index 129f9b10..ba184ab0 100644 --- a/puppet/services/swift-proxy.yaml +++ b/puppet/services/swift-proxy.yaml @@ -100,6 +100,11 @@ outputs: - 'authtoken' - 'keystone' - 'staticweb' + - 'copy' + - 'container-quotas' + - 'account-quotas' + - 'slo' + - 'dlo' - 'versioned_writes' - 'ceilometer' - 'proxy-logging' |