Skip to content
Snippets Groups Projects
Commit 335a456b authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Make qemu use nova user on all distros"

parents b6095aa1 a102cd8e
No related branches found
No related tags found
No related merge requests found
stdio_handler = "file" stdio_handler = "file"
{% if kolla_base_distro in ['ubuntu', 'centos', 'oraclelinux']%}
# TODO: this workaround need to be fixed in Pike
# libvirt-bin latest version which runs vms as libvirt-qemu user.
# This locks access to nova created files for vms which have
# permissions 722 for nova user. We need to force qemu to use this user
# to be able to access vm files.
# see https://bugs.launchpad.net/kolla-ansible/+bug/1668654
# see https://bugs.launchpad.net/kolla/+bug/1718541
user = "nova" user = "nova"
group = "nova" group = "nova"
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment