Skip to content

Commit cd67b4c

Browse files
authored
Add amphorav2 as a supported loadbalancer provider (#2980)
Signed-off-by: Jan Dittrich <[email protected]>
1 parent fff70a7 commit cd67b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/openstack/openstack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const (
6060
var userAgentData []string
6161

6262
// supportedLBProvider map is used to define LoadBalancer providers that we support
63-
var supportedLBProvider = []string{"amphora", "octavia", "ovn", "f5"}
63+
var supportedLBProvider = []string{"amphora", "octavia", "ovn", "f5", "amphorav2"}
6464

6565
// supportedContainerStore map is used to define supported tls-container-ref store
6666
var supportedContainerStore = []string{"barbican", "external"}

0 commit comments

Comments
 (0)