os-vif/releasenotes/notes/add-no-op-plugin-763a6703e7328a24.yaml
Sean Mooney ba61a98117 add noop plugin
- This change adds a noop plugin
  for use with backends that auto connect
  to VIFs.

Change-Id: I4317ac2294526863d88be16ac54ecafc85ca9e1b
2018-07-05 16:20:22 +00:00

8 lines
300 B
YAML

---
features:
- |
A new VIF plugin, ``vif_plug_noop``, has been added which can be used with
network backends that do not require any action to be performed when a
network interface is plugged. This plugin allow for use of, for example,
the generic vhost user VIF type without OVS.