Skip to content

Commit 1ba4146

Browse files
committed
fix: octavia-api broken in multinode OVS
When kolla_enable_ovn is false, fallback to amphora driver
1 parent b2c6e82 commit 1ba4146

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/kayobe/environments/ci-multinode/kolla/globals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ opensearch_heap_size: 1g
4949

5050
# Octavia load balancer configuration
5151
octavia_auto_configure: "no"
52-
octavia_provider_drivers: "ovn:OVN provider"
52+
octavia_provider_drivers: "{{ kolla_enable_ovn | ternary('ovn:OVN provider', 'amphora') }}"
5353
octavia_provider_agents: "ovn"
5454

5555
# Manila CephFS configuration

0 commit comments

Comments
 (0)