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 %}