Files
neutron/releasenotes/notes/wsgi_start-time-101ce9c9a36b8a4f.yaml
Rodolfo Alonso Hernandez 865097c689 [OVN] Improve initial hash ring setup
When using WSGI module, the multiprocess event is not shared between
the WSGI workers. This new implementation retrieves the WSGI start time
to define the OVN hash ring register creation time. That will be used
to filter out the stale registers.

Depends-On: https://review.opendev.org/c/openstack/devstack/+/936669

Closes-Bug: #2083570
Change-Id: Id9f851f33c2cb3d2c2759a3c66adf2599a3122fe
2024-12-11 13:37:57 +00:00

9 lines
336 B
YAML

---
other:
- |
The Neutron API using the WSGI module requires a new configuration
parameter: ``[uwsgi]start-time=%t``. The uWSGI process will populate this
value when executed, defining the start time of the Neutron API. This value
will be used by Neutron ML2/OVN to create the OVN hash ring registers per
worker.