4463c334ca
Restart requests can be sent by related charms. A request to restart services did not previously restart openvswitch. This change adds the ability to restart it. Closes-Bug: 1628093 Change-Id: I0f57d84e2cdaa103c18a1cdacd996f9421fba46c
12 lines
694 B
Bash
12 lines
694 B
Bash
# This is a POSIX shell fragment -*- sh -*-
|
|
###############################################################################
|
|
# [ WARNING ]
|
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
|
# Configuration managed by neutron-openvswitch charm
|
|
# Service restart triggered by remote application: {{ restart_trigger }}
|
|
# {{ restart_trigger_ovs }}
|
|
###############################################################################
|
|
{% if dpdk_enabled -%}
|
|
DPDK_OPTS='--dpdk -c {{ cpu_mask }} -n 4 --socket-mem {{ socket_memory }} {{ device_whitelist }} --vhost-owner libvirt-qemu:kvm --vhost-perm 0660'
|
|
{% endif -%}
|