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>
11 lines
433 B
YAML
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
|
|
...
|