diff options
author | Thiago da Silva <thiago@redhat.com> | 2016-11-09 17:52:01 -0500 |
---|---|---|
committer | Thiago da Silva <thiago@redhat.com> | 2016-11-09 18:40:26 -0500 |
commit | 5e52fb0ecc38d4e3582341ae24daf73de6fe9541 (patch) | |
tree | 8ff71054b3d3f9584bb75e2f04b9aa4aeec0f492 | |
parent | 1efaa8c6a2351c35fdb5e18544a5c4dd3cee8c4f (diff) |
adding swift middleware that is typically enabled by default
Adding these features are typically enabled by default
in any swift cluster.
See upstream sample:
https://github.com/openstack/swift/blob/master/etc/proxy-server.conf-sample
Change-Id: I29915d1b86da5c47ec34acfb89ab8234e153bf31
Signed-off-by: Thiago da Silva <thiago@redhat.com>
Depends-On: Ie323f68255a73d46e774cbf49d9353c3bf90c35e
-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 ba1d99f1..c8ae4849 100644 --- a/puppet/services/swift-proxy.yaml +++ b/puppet/services/swift-proxy.yaml @@ -99,6 +99,11 @@ outputs: - 'authtoken' - 'keystone' - 'staticweb' + - 'copy' + - 'container-quotas' + - 'account-quotas' + - 'slo' + - 'dlo' - 'versioned_writes' - 'ceilometer' - 'proxy-logging' |