Merge "Align node_ips hiera keys with the service name."
[apex-tripleo-heat-templates.git] / puppet / services / nova-libvirt.yaml
index 074755f..939b6a0 100644 (file)
@@ -13,12 +13,14 @@ parameters:
 resources:
   NovaBase:
     type: ./nova-base.yaml
+    properties:
+      EndpointMap: {get_param: EndpointMap}
 
 outputs:
   role_data:
     description: Role data for the Libvirt service.
     value:
-      service_name: nova-libvirt
+      service_name: nova_libvirt
       config_settings:
         map_merge:
           - get_attr: [NovaBase, role_data, config_settings]