os-vif/releasenotes/notes/add-ovsdb-native-322fffb49c91503d.yaml
Rodolfo Alonso Hernandez 1546d349b1 Add native implementation OVSDB API
Added native implementation OVSDB API. Both APIs may be enabled
via configuration file. The default one is the CLI vsctl.

A new configuration variable, ``ovsdb_connection``, is added to
define the connection string for the OVSDB backend.

Added functional tests to vif_plug_ovs. This commit also includes
the base functions to execute functional tests and a set of them
to test the OVSDB APIs: native and ovs-vsctl.

Closes-Bug: #1666917
Change-Id: I86fbf8c67572e51889eb091d7bff7f9350b52481
2019-02-26 18:15:14 +00:00

14 lines
550 B
YAML

---
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.