Merge "Use octavia wsgi module"

This commit is contained in:
Zuul
2025-09-24 11:29:04 +00:00
committed by Gerrit Code Review
4 changed files with 17 additions and 1 deletions

View File

@@ -396,7 +396,7 @@ conf:
route-user-agent: '^kube-probe.* donotlog:'
thunder-lock: true
worker-reload-mercy: 80
wsgi-file: /var/lib/openstack/bin/octavia-wsgi
module: "octavia.wsgi.api:application"
secrets:
identity:

View File

@@ -0,0 +1,6 @@
---
octavia:
- |
Directly use module for Octavia API UWSGI as WSGI script octavia-wsgi has
removed from Octavia.
...

View File

@@ -20,4 +20,9 @@ images:
octavia_health_manager: quay.io/airshipit/octavia:2025.1-ubuntu_jammy
octavia_health_manager_init: quay.io/airshipit/openstack-client:2025.1-ubuntu_jammy
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_jammy
conf:
octavia_api_uwsgi:
uwsgi:
# in 2025.2 the wsgi script was removed
wsgi-file: /var/lib/openstack/bin/octavia-wsgi
...

View File

@@ -20,4 +20,9 @@ images:
octavia_health_manager: quay.io/airshipit/octavia:2025.1-ubuntu_noble
octavia_health_manager_init: quay.io/airshipit/openstack-client:2025.1-ubuntu_noble
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_noble
conf:
octavia_api_uwsgi:
uwsgi:
# in 2025.2 the wsgi script was removed
wsgi-file: /var/lib/openstack/bin/octavia-wsgi
...