Merge "Set correct permissions for vhostuser sockets"

This commit is contained in:
Jenkins 2016-06-08 18:45:00 +00:00 committed by Gerrit Code Review
commit 64b420ca7f

View File

@ -5,5 +5,5 @@
# Configuration managed by neutron-openvswitch charm
###############################################################################
{% if dpdk_enabled -%}
DPDK_OPTS='--dpdk -c {{ cpu_mask }} -n 4 --socket-mem {{ socket_memory }} {{ device_whitelist }}'
{% endif -%}
DPDK_OPTS='--dpdk -c {{ cpu_mask }} -n 4 --socket-mem {{ socket_memory }} {{ device_whitelist }} --vhost-owner libvirt-qemu:kvm --vhost-perm 0660'
{% endif -%}