change libvirt service to libvirtd

Change-Id: I5bbc05a3e259f4b3eefbcbd325fe368775a19acf
diff --git a/nova/map.jinja b/nova/map.jinja
index e0f725a..c7956f7 100644
--- a/nova/map.jinja
+++ b/nova/map.jinja
@@ -56,3 +56,8 @@
         'libvirt_service': 'libvirt-bin',
     },
 }, grain='oscodename', merge=pillar.nova.get('compute', {}))) %}
+
+{%- if salt['pillar.get']('linux:system:repo:mirantis_openstack', False) %}
+{%- do compute.update({'libvirt_bin': '/etc/default/libvirtd'}) %}
+{%- do compute.update({'libvirt_service': 'libvirtd'}) %}
+{%- endif %}
\ No newline at end of file