File: add-ovsdb-native-322fffb49c91503d.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 (13 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    Added native implementation of OVSDB API in ``vif_plug_ovs``. Both
    ``vsctl`` and ``native`` APIs could be selected by setting the
    configuration variable ``ovsdb_interface``.
    A new configuration variable, ``ovsdb_connection``, is added. This variable
    defines the connection string for the OVSDB backend.
other:
  - |
    Changed default value of ``ovsdb_connection`` to "tcp:127.0.0.1:6640", to
    match the default value set in Neutron project. This connection string is
    needed by OVSDB native interface.