7bfb01bcb1
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
10 lines
377 B
YAML
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.
|