[volume] Export syslog mgmt and facility through params

Refs: GH-78
This commit is contained in:
Sebastien Badia
2014-01-29 11:08:47 +01:00
parent 7355b03ca9
commit 5122ce8bf8
3 changed files with 64 additions and 6 deletions

View File

@@ -32,7 +32,9 @@ describe 'cloud::volume::storage' do
ks_keystone_internal_host => '10.0.0.1',
ks_cinder_password => 'secrete',
verbose => true,
debug => true }"
debug => true,
log_facility => 'LOG_LOCAL0',
use_syslog => true }"
end
let :params do