summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/neutron-ovs.yaml
blob: 1670d43cdcf34b570fde32b2c372bff7bd9e936f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
    neutron-openvswitch:
      charm: "local:{{ ubuntu.release }}/neutron-openvswitch"
      num_units: 1
      options:
{% if os.network.dpdk %}
        enable-dpdk: true
        #dpdk-driver: uio_pci_generic
{% endif %}
        #data-port: ""
        #default-socket-memory: 1024
        #default-socket-cores: 1
{# Empty block to avoid bad block trim #}