kolla-ansible/releasenotes/notes/neutron-ovn-agent-d66236e44bde2c29.yaml
Michal Nasiadka 07815a21da neutron: Add neutron-ovn-agent support
Depends-On: https://review.opendev.org/c/openstack/neutron/+/878535
Change-Id: I05d8b29b59a7de76da488f68775547a8f0f11d0f
2023-05-19 10:20:16 +00:00

11 lines
486 B
YAML

---
features:
- |
Adds support for deploying ``neutron-ovn-agent``. The agent is disabled
by default and can be enabled using ``neutron_enable_ovn_agent``.
This new agent will run on a compute node using OVN as
network backend, similar to other ML2 mechanism drivers as ML2/OVS or
ML2/SRIOV. This new agent will perform those actions that the
ovn-controller service cannot execute.
More details in `RFE <https://bugs.launchpad.net/neutron/+bug/1998608>__`