Add the setting log level

Increase the setting log level in the synchronization database.

Change-Id: I36f0fb16a1f810f37e6d07a6f888adcc9e53612d
Closes-Bug: #1683567
This commit is contained in:
ZhongShengping 2017-04-18 11:18:36 +08:00
parent bce06b24ac
commit 62e59cc67d
2 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,7 @@ class keystone::db::sync(
refreshonly => true,
try_sleep => 5,
tries => 10,
logoutput => on_failure,
subscribe => [
Anchor['keystone::install::end'],
Anchor['keystone::config::end'],

View File

@ -13,6 +13,7 @@ describe 'keystone::db::sync' do
:try_sleep => 5,
:tries => 10,
:refreshonly => true,
:logoutput => 'on_failure',
:subscribe => ['Anchor[keystone::install::end]',
'Anchor[keystone::config::end]',
'Anchor[keystone::dbsync::begin]'],
@ -37,6 +38,7 @@ describe 'keystone::db::sync' do
:try_sleep => 5,
:tries => 10,
:refreshonly => true,
:logoutput => 'on_failure',
:subscribe => ['Anchor[keystone::install::end]',
'Anchor[keystone::config::end]',
'Anchor[keystone::dbsync::begin]'],