Create entries for overcloud VIPs in /etc/hosts
[apex-tripleo-heat-templates.git] / puppet / services / nova-api.yaml
index b5c3815..e1dbd8e 100644 (file)
@@ -43,6 +43,9 @@ parameters:
     description: |
         Whether to create cron job for purging soft deleted rows in Nova database.
     type: boolean
+  MonitoringSubscriptionNovaApi:
+    default: 'overcloud-nova-api'
+    type: string
 
 resources:
   NovaBase:
@@ -57,6 +60,7 @@ outputs:
     description: Role data for the Nova API service.
     value:
       service_name: nova_api
+      monitoring_subscription: {get_param: MonitoringSubscriptionNovaApi}
       config_settings:
         map_merge:
           - get_attr: [NovaBase, role_data, config_settings]