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:
parent
bce06b24ac
commit
62e59cc67d
@ -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'],
|
||||
|
@ -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]'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user