Swift: disable ceilometer middleware
Because of SElinux trouble: IOError: [Errno 13] Permission denied: /var/log/ceilometer/swift-proxy-server.log' We can't have SElinux + Swift with Ceilometer middleware working now. Until it's figured & fixed, let's disable it. Change-Id: I61a57076e59ed119b52330fdfd709e53bc356b30
This commit is contained in:
parent
23d00d7ede
commit
5b23fbc3f3
@ -102,7 +102,7 @@ class cloud::object::controller(
|
||||
pipeline => [
|
||||
'catch_errors', 'healthcheck', 'cache', 'bulk', 'ratelimit',
|
||||
'swift3', 's3token', 'container_quotas', 'account_quotas', 'tempurl',
|
||||
'formpost', 'ceilometer', 'authtoken', 'keystone', 'staticweb',
|
||||
'formpost', 'authtoken', 'keystone', 'staticweb',
|
||||
'proxy-logging', 'proxy-server'],
|
||||
account_autocreate => true,
|
||||
log_level => 'DEBUG',
|
||||
@ -121,7 +121,6 @@ log_statsd_default_sample_rate = 1
|
||||
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': }
|
||||
|
Loading…
x
Reference in New Issue
Block a user