openstack-ansible/releasenotes/notes/ovsdb_manager_connection-5ea44a5fd9aa789b.yaml
Dmitriy Rabotyagov c7200cc132 Create Caracal Beta release
In order to get some more testing around new defaults, it might make
sense to create a Beta version which comes prior to branching. In the
meanwhile we can land leftovers for branches and take our time to
cover found issues.

Change-Id: Ie478e298a3a9292ec069b76548d8f4238efc90a1
2024-05-17 16:19:49 +00:00

18 lines
636 B
YAML

---
features:
- |
Added new variables to os_neutron role that allow to adjust connection
to OVS manager:
* ``neutron_ovsdb_manager_host``: defaults to 127.0.0.1
* ``neutron_ovsdb_manager_port``: defaults to 6640
* ``neutron_ovsdb_manager_proto``: defaults to tcp
* ``neutron_ovsdb_manager_connection``: Combines proto, host and port
into a valid connection string for neutron plugins.
deprecations:
- |
Variable ``neutron_ovs_socket_path`` has been deprecated and will be
silently ignored. Please use ``neutron_ovsdb_manager_connection`` in
order to override connection to OVS.