Run libvirtd as root

Currently we are not creating any non-root user for running
libvirt daemon. That should be done in the future, but currently
when we don't have such a user, libvirtd should be runned by
root.

Change-Id: Ieb0d8bd068b591f522548628b0bfffbe206b749e
Related-Bug: #1523630
This commit is contained in:
Michal Rostecki 2015-12-07 19:44:55 +01:00
parent fdd920eac4
commit 2e67b2790b

View File

@ -34,4 +34,4 @@ RUN chmod 755 /usr/local/bin/kolla_extend_start
{{ include_footer }}
USER nova
# TODO(coolsvap/nihilifer): Run libvirt daemon as non-root user.