aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/ovn_dbs_bundle.pp
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-10-24 07:50:41 +0000
committerGerrit Code Review <review@openstack.org>2017-10-24 07:50:41 +0000
commitd335965eb848cfde5cc06136b5b2fcc6b436a419 (patch)
tree3ce779e30f3b6bc35f26d6dba521108e1a39c32b /manifests/profile/pacemaker/ovn_dbs_bundle.pp
parent1e9000a4347eda009e59548353cfb3be5e661231 (diff)
parent250d979aea7055eaed0c1dfa5850514c816da195 (diff)
Merge "Set meta container-attribute-target=host attribute" into stable/pike
Diffstat (limited to 'manifests/profile/pacemaker/ovn_dbs_bundle.pp')
-rw-r--r--manifests/profile/pacemaker/ovn_dbs_bundle.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/pacemaker/ovn_dbs_bundle.pp b/manifests/profile/pacemaker/ovn_dbs_bundle.pp
index a0fe736..29ba85b 100644
--- a/manifests/profile/pacemaker/ovn_dbs_bundle.pp
+++ b/manifests/profile/pacemaker/ovn_dbs_bundle.pp
@@ -146,7 +146,7 @@ class tripleo::profile::pacemaker::ovn_dbs_bundle (
resource_params => "master_ip=${ovn_dbs_vip} nb_master_port=${nb_db_port} sb_master_port=${sb_db_port} manage_northd=yes",
tries => $pcs_tries,
location_rule => $ovn_dbs_location_rule,
- meta_params => 'notify=true',
+ meta_params => 'notify=true container-attribute-target=host',
bundle => 'ovn-dbs-bundle',
}