Merge "Switch arguments to usermod"
This commit is contained in:
commit
46831f33a1
@ -54,7 +54,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