Add the setting log level
Increase the setting log level in the synchronization database. Change-Id: I486ed0250e09f75bfebc1dcb6f56be178d1243e9 Closes-Bug: #1683567
This commit is contained in:
@@ -21,6 +21,7 @@ class octavia::db::sync(
|
|||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
try_sleep => 5,
|
try_sleep => 5,
|
||||||
tries => 10,
|
tries => 10,
|
||||||
|
logoutput => on_failure,
|
||||||
subscribe => [
|
subscribe => [
|
||||||
Anchor['octavia::install::end'],
|
Anchor['octavia::install::end'],
|
||||||
Anchor['octavia::config::end'],
|
Anchor['octavia::config::end'],
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ describe 'octavia::db::sync' do
|
|||||||
:refreshonly => 'true',
|
:refreshonly => 'true',
|
||||||
:try_sleep => 5,
|
:try_sleep => 5,
|
||||||
:tries => 10,
|
:tries => 10,
|
||||||
|
:logoutput => 'on_failure',
|
||||||
:subscribe => ['Anchor[octavia::install::end]',
|
:subscribe => ['Anchor[octavia::install::end]',
|
||||||
'Anchor[octavia::config::end]',
|
'Anchor[octavia::config::end]',
|
||||||
'Anchor[octavia::dbsync::begin]'],
|
'Anchor[octavia::dbsync::begin]'],
|
||||||
@@ -34,6 +35,7 @@ describe 'octavia::db::sync' do
|
|||||||
:refreshonly => 'true',
|
:refreshonly => 'true',
|
||||||
:try_sleep => 5,
|
:try_sleep => 5,
|
||||||
:tries => 10,
|
:tries => 10,
|
||||||
|
:logoutput => 'on_failure',
|
||||||
:subscribe => ['Anchor[octavia::install::end]',
|
:subscribe => ['Anchor[octavia::install::end]',
|
||||||
'Anchor[octavia::config::end]',
|
'Anchor[octavia::config::end]',
|
||||||
'Anchor[octavia::dbsync::begin]'],
|
'Anchor[octavia::dbsync::begin]'],
|
||||||
|
|||||||
Reference in New Issue
Block a user