Merge "Cleanup haproxy service from explicit services enablement"
[apex-tripleo-heat-templates.git] / puppet / services / neutron-dhcp.yaml
index 513cb2d..b2ad5da 100644 (file)
@@ -31,6 +31,9 @@ parameters:
     default: false
     description: If True, DHCP always provides metadata route to VM.
     type: boolean
+  MonitoringSubscriptionNeutronDhcp:
+    default: 'overcloud-neutron-dhcp'
+    type: string
 
 resources:
 
@@ -46,6 +49,7 @@ outputs:
     description: Role data for the Neutron DHCP agent service.
     value:
       service_name: neutron_dhcp
+      monitoring_subscription: {get_param: MonitoringSubscriptionNeutronDhcp}
       config_settings:
         map_merge:
           - get_attr: [NeutronBase, role_data, config_settings]