Merge "Switch arguments to usermod"

This commit is contained in:
Jenkins
2016-09-15 17:36:59 +00:00
committed by Gerrit Code Review

View File

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