
This reverts commit 48a935d7c8a8a96d6e66f0cc1b4b7fb7b33760bb. Reason for revert: A bug was reported regarding uWSGI issue with multinode setup Change-Id: Id38a671ff8b5535f232c09a8365963f613eb5bc8 Closes-Bug: #2096937
18 lines
608 B
YAML
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.
|