From 5e52fb0ecc38d4e3582341ae24daf73de6fe9541 Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Wed, 9 Nov 2016 17:52:01 -0500 Subject: [PATCH] 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 Depends-On: Ie323f68255a73d46e774cbf49d9353c3bf90c35e --- puppet/services/swift-proxy.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/puppet/services/swift-proxy.yaml b/puppet/services/swift-proxy.yaml index ba1d99f1ba..c8ae484989 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'