############################################################################### # [ WARNING ] # Configuration file maintained by Juju. Local changes may be overwritten. # Configuration managed by neutron-openvswitch charm ############################################################################### # # Currently only "pci" is supported # Device ID on the specified bus # Driver to bind against (vfio-pci or uio_pci_generic) # # Note that depending on your network card and what you want to set up also the # drivers ixgbe or virtio-pci might apply, but these are the default drivers # and therefore have not to be rebound as dpdk interfaces. # # Be aware that those two drivers are part of linux-image-extra- # package in case you run into missing module issues. # # {% for device in devices -%} pci {{ device }} {{ driver }} {% endfor -%}