Use octavia wsgi module

wsgi script octavia-wsgi has been deleted from octavia.wsgi

Signed-off-by: ricolin <rlin@vexxhost.com>
Change-Id: Ia31386a9d982c370d21c5188298456d310165576
Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
This commit is contained in:
ricolin
2025-09-09 00:16:49 +08:00
committed by Vladimir Kozhukalov
parent 344314dd38
commit b1d85c20e3
4 changed files with 17 additions and 1 deletions

View File

@@ -395,7 +395,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
...