Swift: enable missing middlewares

Some middlewares were commented and not enabled because of some reasons
(mostly bugs).
Let's enable them.

Change-Id: I5478311ca717575f9970c140ae7eaafb4adcdaef
This commit is contained in:
Emilien Macchi 2015-01-24 18:38:02 -05:00
parent ea354b8f1c
commit ad993051c1

View File

@ -124,23 +124,23 @@ log_statsd_default_sample_rate = 1
memcache_servers => inline_template(
'<%= scope.lookupvar("memcache_servers").join(",") %>'),
}
class { 'swift::proxy::proxy-logging': }
class { 'swift::proxy::healthcheck': }
class { 'swift::proxy::account_quotas': }
class { 'swift::proxy::bulk': }
class { 'swift::proxy::catch_errors': }
class { 'swift::proxy::ceilometer': }
class { 'swift::proxy::container_quotas': }
class { 'swift::proxy::formpost': }
class { 'swift::proxy::healthcheck': }
class { 'swift::proxy::proxy-logging': }
class { 'swift::proxy::ratelimit': }
#class { 'swift::proxy::account_quotas': }
#class { 'swift::proxy::container_quotas': }
#class { 'swift::proxy::bulk': }
class { 'swift::proxy::slo': }
class { 'swift::proxy::staticweb': }
# TODO: (spredzy) re enable ceilometer middleware after the current bug as been fixed
# https://review.openstack.org/#/c/97702
#class { 'swift::proxy::ceilometer': }
class { 'swift::proxy::tempurl': }
class { 'swift::proxy::keystone':
operator_roles => ['admin', 'SwiftOperator', 'ResellerAdmin'],
}
class { 'swift::proxy::tempurl': }
class { 'swift::proxy::formpost': }
class { 'swift::proxy::authtoken':
admin_password => $ks_swift_password,
auth_host => $ks_keystone_admin_host,