2016-03-23 11:10:16 +00:00
|
|
|
# This is a POSIX shell fragment -*- sh -*-
|
|
|
|
###############################################################################
|
|
|
|
# [ WARNING ]
|
|
|
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
|
|
|
# Configuration managed by neutron-openvswitch charm
|
|
|
|
###############################################################################
|
|
|
|
{% if dpdk_enabled -%}
|
2016-05-10 10:16:06 +01:00
|
|
|
DPDK_OPTS='--dpdk -c {{ cpu_mask }} -n 4 --socket-mem {{ socket_memory }} {{ device_whitelist }} --vhost-owner libvirt-qemu:kvm --vhost-perm 0660'
|
|
|
|
{% endif -%}
|