1546d349b1
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
14 lines
550 B
YAML
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.
|