Merge "Add the setting log level"

This commit is contained in:
Jenkins 2017-06-13 19:10:22 +00:00 committed by Gerrit Code Review
commit b00a5071e7
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -12,6 +12,7 @@ describe 'octavia::db::sync' do
:refreshonly => 'true',
:try_sleep => 5,
:tries => 10,
:logoutput => 'on_failure',
:subscribe => ['Anchor[octavia::install::end]',
'Anchor[octavia::config::end]',
'Anchor[octavia::dbsync::begin]'],
@ -34,6 +35,7 @@ describe 'octavia::db::sync' do
:refreshonly => 'true',
:try_sleep => 5,
:tries => 10,
:logoutput => 'on_failure',
:subscribe => ['Anchor[octavia::install::end]',
'Anchor[octavia::config::end]',
'Anchor[octavia::dbsync::begin]'],