446c6f25bbe7690498e36007ab7e2f1045d309ab
[joid.git] / ci / bundle_tpl / neutron-ovs.yaml
1     neutron-openvswitch:
2       charm: local:{{ ubuntu.release }}/neutron-openvswitch
3 {% if os.network.dpdk %}
4       options:
5         enable-dpdk: true
6         #dpdk-driver: uio_pci_generic
7         #data-port: ""
8         #default-socket-memory: 1024
9         #default-socket-cores: 1
10 {% endif %}
11 {# Empty block to avoid bad block trim #}