openstack-ansible-os_neutron/releasenotes/notes/disable_neutron_uwsgi_default-1763a0cbc17f23c8.yaml
Dmitriy Rabotyagov 63900b617d Disable uWSGI usage by default
While we are supposed to move Neutron fully to uWSGI usage from current
eventlet for 2024.2 release, in order to make change backportable we
are disabling uWSGI usage for Neutron API by default as it requires
more services to run, which were added just for 2024.2 cycle.

All prior releases are still expected to run old eventlet version to
avoid any potenital issues.

[1] https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/SVP3VUCOZGIY63TGD33H6NQ6UBAFDN5V/

Change-Id: I5bea4bf1946f9788d9d87561da15c3abdcba1993
2024-09-04 01:11:05 +02:00

14 lines
515 B
YAML

---
upgrade:
- |
Default for Neutron API has been switched from using uWSGI to old
eventlet due to found compatability issues for the current OpenStack
release.
You can find more infromation in Neutron
`bug report <https://bugs.launchpad.net/neutron/+bug/2069581>`_
You can preserve current behaviour by setting ``neutron_use_uwsgi: True``
fixes:
- |
In case of switching Neutron from uWSGI to old eventlet,
`neutron-rpc-server` service will be disabled and stopped by the role.