diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-09-02 10:00:14 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-09-02 10:00:14 +0000 |
commit | d6837ea4a62ec74c4b06901c257fe4d6f4bea73c (patch) | |
tree | f6d252cfb4026674c7133e8b863c5e5f0a9d0ce1 /puppet/services/pacemaker/neutron-l3.yaml | |
parent | 3a5d28c4739d3f79c7b10af169f110f9a10f61bb (diff) | |
parent | 25ad7b8e1eeeb0e1f5f83b9f7560502717b44536 (diff) |
Merge "Availability monitoring agents support"
Diffstat (limited to 'puppet/services/pacemaker/neutron-l3.yaml')
-rw-r--r-- | puppet/services/pacemaker/neutron-l3.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/pacemaker/neutron-l3.yaml b/puppet/services/pacemaker/neutron-l3.yaml index 87176632..21ac02d4 100644 --- a/puppet/services/pacemaker/neutron-l3.yaml +++ b/puppet/services/pacemaker/neutron-l3.yaml @@ -33,6 +33,7 @@ outputs: description: Role data for the Neutron L3 role. value: service_name: neutron_l3 + monitoring_subscription: {get_attr: [NeutronL3Base, role_data, monitoring_subscription]} config_settings: map_merge: - get_attr: [NeutronL3Base, role_data, config_settings] |