diff options
Diffstat (limited to 'ci/bundle_tpl/neutron-ovs.yaml')
-rw-r--r-- | ci/bundle_tpl/neutron-ovs.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ci/bundle_tpl/neutron-ovs.yaml b/ci/bundle_tpl/neutron-ovs.yaml new file mode 100644 index 00000000..1670d43c --- /dev/null +++ b/ci/bundle_tpl/neutron-ovs.yaml @@ -0,0 +1,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 #} |