Merge "Use octavia wsgi module"
This commit is contained in:
@@ -396,7 +396,7 @@ conf:
|
|||||||
route-user-agent: '^kube-probe.* donotlog:'
|
route-user-agent: '^kube-probe.* donotlog:'
|
||||||
thunder-lock: true
|
thunder-lock: true
|
||||||
worker-reload-mercy: 80
|
worker-reload-mercy: 80
|
||||||
wsgi-file: /var/lib/openstack/bin/octavia-wsgi
|
module: "octavia.wsgi.api:application"
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
identity:
|
identity:
|
||||||
|
6
releasenotes/notes/octavia-171c56de7891c86d.yaml
Normal file
6
releasenotes/notes/octavia-171c56de7891c86d.yaml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
octavia:
|
||||||
|
- |
|
||||||
|
Directly use module for Octavia API UWSGI as WSGI script octavia-wsgi has
|
||||||
|
removed from Octavia.
|
||||||
|
...
|
@@ -20,4 +20,9 @@ images:
|
|||||||
octavia_health_manager: quay.io/airshipit/octavia:2025.1-ubuntu_jammy
|
octavia_health_manager: quay.io/airshipit/octavia:2025.1-ubuntu_jammy
|
||||||
octavia_health_manager_init: quay.io/airshipit/openstack-client: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
|
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
|
||||||
...
|
...
|
||||||
|
@@ -20,4 +20,9 @@ images:
|
|||||||
octavia_health_manager: quay.io/airshipit/octavia:2025.1-ubuntu_noble
|
octavia_health_manager: quay.io/airshipit/octavia:2025.1-ubuntu_noble
|
||||||
octavia_health_manager_init: quay.io/airshipit/openstack-client: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
|
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
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user