extend temporary exeption for libvirtname in mirantis repo; reason: keystone formula goes against nova formula for legacy deployments

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