Files
openstack-helm/releasenotes/notes/neutron-add-uwsgi-start-time-d73ba462e1157dd2.yaml
Doug Goldstein 02f5fab8d8 neutron: Add uwsgi start-time configuration
This commit adds the start-time configuration to the neutron chart's
uwsgi settings, set to "%t" which provides the unix timestamp at
instance startup. This parameter is required by ML2/OVN to create
OVN hash ring registers during the initialization process.

Related documentation:
https://docs.openstack.org/neutron/latest/admin/config-wsgi.html

Change-Id: Ib759026046979110187e5bfcbec78d6afaf15787
Assisted-by: Claude Sonnet 4.5
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
2025-11-26 18:14:03 -06:00

11 lines
433 B
YAML

---
neutron:
- |
Added uwsgi start-time configuration to neutron-api-uwsgi section. The
start-time parameter is set to "%t" (unix time at instance startup) and is
used by ML2/OVN for creating OVN hash ring registers per worker. This
configuration is mandatory for proper ML2/OVN operation. See the Neutron
documentation for more details:
https://docs.openstack.org/neutron/latest/admin/config-wsgi.html
...