Fix keystone and keystone_wsgi logstreamers conflict

Change-Id: I640be6814545260b8c68297c9ee2a7ee59b0c2ee
Closes-Bug: #1566933
This commit is contained in:
Guillaume Thouvenin 2016-04-07 10:19:07 +02:00
parent a8622c7da1
commit 161932a298
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class lma_collector::logs::openstack_7_0 {
# We cannot use /var/log/keystone because it is owned by the keystone user.
log_directory => '/var/log/',
file_match => 'user\.log$',
differentiator => '[ \'openstack.keystone\' ]',
differentiator => '[ \'openstack.keystone_wsgi\' ]',
require => [Heka::Decoder::Sandbox['keystone_wsgi'], Heka::Splitter::Regex['openstack']],
notify => Class['lma_collector::service'],
}