Switch arguments to usermod

Need to add nova user to qemu group.

Change-Id: I0df21d00fb295e0f2c14dd6abd4bee518fec8371
Closes-Bug: #1623682
This commit is contained in:
Jeff Peeler 2016-09-14 17:52:52 -04:00
parent 7db277b145
commit 9f16111b69

View File

@ -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'] %}