Merge "neutron: Add uwsgi start-time configuration"
This commit is contained in:
@@ -1408,6 +1408,10 @@ conf:
|
||||
master: true
|
||||
procname-prefix-spaced: "neutron-api:"
|
||||
route-user-agent: '^kube-probe.* donotlog:'
|
||||
# start-time provides unix time at instance startup, used by ML2/OVN
|
||||
# for OVN hash ring registers. See:
|
||||
# https://docs.openstack.org/neutron/latest/admin/config-wsgi.html
|
||||
start-time: "%t"
|
||||
thunder-lock: true
|
||||
worker-reload-mercy: 80
|
||||
wsgi-file: /var/lib/openstack/bin/neutron-api
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
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
|
||||
...
|
||||
Reference in New Issue
Block a user