openstack-ansible-os_neutron/releasenotes/notes/neutron_uwsgi_re_disable-45f28da6a4e29e54.yaml
Dmitriy Rabotyagov e41f2f5205 Revert "Re-enable uWSGI as default for Neutron"
This reverts commit 48a935d7c8a8a96d6e66f0cc1b4b7fb7b33760bb.

Reason for revert: A bug was reported regarding uWSGI issue with multinode
setup

Change-Id: Id38a671ff8b5535f232c09a8365963f613eb5bc8
Closes-Bug: #2096937
2025-01-30 16:34:51 +01:00

18 lines
608 B
YAML

---
upgrade:
- |
A uWSGI for Neutron has been disabled again by default in favor of eventlet
server. This also stops and disables following services needed for uWSGI mode:
* ``neutron-periodic-workers``
* ``neutron-ovn-maintenance-worker``
* ``neutron-rpc-server``
fixes:
- |
A `bug <https://bugs.launchpad.net/openstack-ansible/+bug/2096937>`_
related to HashRing generation has been reported when using uWSGI
with Neutron. In order to quickly address the bug, uWSGI mode has been
disabled again by default for Neutron until a proper fix is provided for
uWSGI.