summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/neutron-ovs.yaml
blob: 20bf1d9b78b5dd2a34b602a82a39f778f03d9d93 (plain)
1
2
3
4
5
6
7
8
9
10
11
    neutron-openvswitch:
      charm: local:{{ ubuntu.release }}/neutron-openvswitch
      options:
{% if os.network.dpdk %}
        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 #}