[telemetry] Export syslog mgmt and facility through params

Refs: GH-78
This commit is contained in:
Sebastien Badia
2014-01-29 11:37:31 +01:00
parent 5122ce8bf8
commit 82fff50650
3 changed files with 58 additions and 4 deletions

View File

@@ -31,6 +31,8 @@ describe 'cloud::telemetry::centralagent' do
ks_keystone_internal_port => '5000',
ks_keystone_internal_proto => 'http',
ks_ceilometer_password => 'secrete',
log_facility => 'LOG_LOCAL0',
use_syslog => true,
verbose => true,
debug => true }"
end