File: default-to-native-ovsdb-driver-112fb5adf6e19a30.yaml

package info (click to toggle)
python-os-vif 4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 940 kB
  • sloc: python: 5,428; makefile: 25; sh: 2
file content (16 lines) | stat: -rw-r--r-- 711 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
deprecations:
  - |
    The ``vsctl`` ovsdb driver is now deprecated for removal.
    The default ovsdb interface has now been updated to ``native``.
    This will use the ovs python binding instead of invoking
    the ``ovs-vsctl`` CLI. The ``native`` backend both outperforms
    the ``vsctl`` backend and require no elevated privileges to
    configure the ovsdb. This both improves security and
    reduces plug and unplug time.
upgrade:
  - |
    os-vif now uses the ``native`` ovsdb driver instead of ``vsctl`` driver.
    This reduces the number of privileged call that os-vif need to make
    and generally improves plugging performance. In future release the
    ``vsctl`` backend will be removed.