Merge "Add keystone networks for the different endpoints"
[apex-tripleo-heat-templates.git] / puppet / services / nova-compute.yaml
index e8849a0..ccdcb52 100644 (file)
@@ -67,6 +67,9 @@ parameters:
     default: 2048
     constraints:
       - range: { min: 512 }
+  MonitoringSubscriptionNovaCompute:
+    default: 'overcloud-nova-compute'
+    type: string
 
 resources:
   NovaBase:
@@ -81,6 +84,7 @@ outputs:
     description: Role data for the Nova Compute service.
     value:
       service_name: nova_compute
+      monitoring_subscription: {get_param: MonitoringSubscriptionNovaCompute}
       config_settings:
         map_merge:
           - get_attr: [NovaBase, role_data, config_settings]