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

This commit is contained in:
Jenkins 2016-12-04 10:16:18 +00:00 committed by Gerrit Code Review
commit 74ee08104d
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,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 %}