Fix for proper UNIX group

Without this fix, Nova will not be able to properly spawn instances
via libvirt

Change-Id: I4b13de4ba2ff73ec2cd5bbe83ca545e5b80b4797
This commit is contained in:
Jakub Pavlik 2016-11-09 15:38:53 +01:00
parent 12b5c0904e
commit 570ebc5d68
1 changed files with 7 additions and 0 deletions

View File

@ -29,6 +29,13 @@ vm.swappiness:
- service: nova_compute_services
{%- endif %}
# MOS9 libvirt fix to create group
group_libvirtd:
group.present:
- name: libvirtd
- system: True
- require_in:
- user: user_nova
{%- if not salt['user.info']('nova') %}
user_nova: