Files
openstack-helm/releasenotes/notes/neutron-3c33aea435f7ab8a.yaml
ricolin 84aa51f4d9 [Neutron] ovn adopt uwsgi
As [1] fixed and [2] introduced, we should use uwsgi for Neutron server
with OVN backend now.

[1] https://bugs.launchpad.net/neutron/+bug/1912359
[2] https://bugs.launchpad.net/neutron/+bug/2087953

Change-Id: I81ef7571afafaf6dedcdc2df534bd44d891c4803
Signed-off-by: ricolin <rlin@vexxhost.com>
2025-09-10 08:28:05 +08:00

15 lines
458 B
YAML

---
# To create a new release note related to a specific chart:
# reno new <chart_name>
#
# To create a new release note for a common change (when multiple charts
# are changed):
# reno new common
neutron:
- |
Neutron OVN now runs under **uWSGI**, and the legacy **eventlet** support
has been removed. The ``neutron-server`` binary is no longer provided.
Updated configuration references to reflect the switch to uWSGI
for Neutron OVN.
...