Skip to content

Commit 909eb97

Browse files
authored
Merge pull request #1303 from rackerlabs/octavia-wsgi
chore(octavia): ensure we do not break from newer chart
2 parents 97b352e + 57e9d53 commit 909eb97

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)