os-vif/releasenotes/notes/add-abstract-ovsdb-api-8f04df58d4ed5b73.yaml
Rodolfo Alonso Hernandez 7bfb01bcb1 Add abstract OVSDB API
Abstract all existing 'ovs-vsctl' calls to an abstract OVSDB API.
This will allow the future addition of a native OVSDB protocol
implementation of the API without breaking backwards compatibility.

Partial-Bug: #1666917
Change-Id: I9ec36be390d713a928a673191008612f3fddad8f
2018-10-08 12:09:36 +01:00

10 lines
377 B
YAML

---
features:
- |
Added an abstract OVSDB API in ``vif_plug_ovs``. All calls to OVS database
will de done using this unique API.
Command line implementation using ``ovs-vsctl`` was refactored as a
backend for this abstract API.
A new configuration variable, ``ovsdb_interface``, is added to select
the interface for interacting with the OVS database.