Merge "Use verify_on_create when creating pacemaker remote resources"

This commit is contained in:
Jenkins 2017-05-16 15:03:12 +00:00 committed by Gerrit Code Review
commit 484a744461
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ class tripleo::profile::base::pacemaker (
remote_address => $remotes_hash[$title],
reconnect_interval => $remote_reconnect_interval,
op_params => "monitor interval=${remote_monitor_interval}",
verify_on_create => true,
tries => $remote_tries,
try_sleep => $remote_try_sleep,
}