Skip to content

Commit 57e9d53

Browse files
committed
chore(octavia): ensure we do not break from newer chart
The Octavia chart switched to defaulting to the behavior of the 2025.2 version but we are not yet upgrading so we need to ensure we maintain 2025.1 and older support by default.
1 parent 97b352e commit 57e9d53

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/octavia/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ conf:
5252
ovn_sb_connection: tcp:ovn-ovsdb-sb.openstack.svc.cluster.local:6642
5353
task_flow:
5454
jobboard_enabled: false
55+
octavia_api_uwsgi:
56+
uwsgi:
57+
# When upgrading to 2025.2 remove this as the wsgi script was removed
58+
# https://opendev.org/openstack/openstack-helm/commit/b1d85c20e36adac9eaee584ef095d9c010cc1dc4
59+
wsgi-file: /var/lib/openstack/bin/octavia-wsgi
5560

5661
dependencies:
5762
dynamic:

0 commit comments

Comments
 (0)