From: Thiago da Silva Date: Wed, 9 Nov 2016 22:47:45 +0000 (-0500) Subject: adding new swift middleware that is typically enabled by default X-Git-Tag: opnfv-6.0.0~468^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=7b1690b19f38f30a7b1d1f8969e8df6bf26cb9e2;p=apex-puppet-tripleo.git adding new swift middleware that is typically enabled by default These are features that are typically enabled by default in any swift cluster. Change-Id: Ie323f68255a73d46e774cbf49d9353c3bf90c35e Signed-off-by: Thiago da Silva --- diff --git a/manifests/profile/base/swift/proxy.pp b/manifests/profile/base/swift/proxy.pp index 15b4686..ea309db 100644 --- a/manifests/profile/base/swift/proxy.pp +++ b/manifests/profile/base/swift/proxy.pp @@ -68,5 +68,10 @@ class tripleo::profile::base::swift::proxy ( rabbit_hosts => $swift_rabbit_hosts, } include ::swift::proxy::versioned_writes + include ::swift::proxy::slo + include ::swift::proxy::dlo + include ::swift::proxy::copy + include ::swift::proxy::container_quotas + include ::swift::proxy::account_quotas } }