Files
neutron/releasenotes/notes/add-7c25db94790c671c.yaml
Rodolfo Alonso Hernandez b0c02c2892 [eventlet-removal][OVN] Require wsgi start-time in the config
Currently there is one single method to run the Neutron API that is
using uWSGI. This method requires a specific hash ring manager
initialization, different to the eventlet server based.

Because the second has been removed and is no longer available, as
long as Neutron continues the effors of removing eventlet from the
source code, the second way to initialize the hash ring manager
is removed.

Related-Bug: #2083570
Change-Id: I59b25093df9cf5aa77767492a5b9008bfa11cc07
2025-01-27 16:18:15 +00:00

8 lines
301 B
YAML

---
upgrade:
- |
Now it is mandatory to define the ``start-time=%t`` variable in the uWSGI
configuration file. It will provide the unix time in seconds, gathered at
instance startup. This value is the same for all workers and is persistent
if the uWSGI process restarts any of them.