Switch arguments to usermod
Need to add nova user to qemu group. Change-Id: I0df21d00fb295e0f2c14dd6abd4bee518fec8371 Closes-Bug: #1623682
This commit is contained in:
parent
7db277b145
commit
9f16111b69
@ -52,7 +52,7 @@ MAINTAINER {{ maintainer }}
|
||||
|
||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||
|
||||
RUN usermod -a -G nova qemu
|
||||
RUN usermod -a -G qemu nova
|
||||
|
||||
{% elif base_distro in ['ubuntu', 'debian'] %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user