blob: 446c6f25bbe7690498e36007ab7e2f1045d309ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
neutron-openvswitch:
charm: local:{{ ubuntu.release }}/neutron-openvswitch
{% if os.network.dpdk %}
options:
enable-dpdk: true
#dpdk-driver: uio_pci_generic
#data-port: ""
#default-socket-memory: 1024
#default-socket-cores: 1
{% endif %}
{# Empty block to avoid bad block trim #}
|