Skip to content

Commit

Permalink
Merge pull request #534 from MaysaMacedo/ensure-correct-octavia-api-v…
Browse files Browse the repository at this point in the history
…ersion

Bug 1812037: Ensure correct Octavia API version is retrieved
  • Loading branch information
openshift-merge-robot committed Mar 20, 2020
2 parents 7c73dc8 + d567a6b commit cc8e0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/platform/openstack/kuryr_bootstrap.go
Expand Up @@ -1118,7 +1118,7 @@ func BootstrapKuryr(conf *operv1.NetworkSpec, kubeClient client.Client) (*bootst
}

log.Print("Checking Double Listeners Octavia support")
octaviaMultipleListenersSupport, err := IsOctaviaVersionSupported(client, MinOctaviaVersionWithMultipleListeners)
octaviaMultipleListenersSupport, err := IsOctaviaVersionSupported(lbClient, MinOctaviaVersionWithMultipleListeners)
if err != nil {
return nil, errors.Wrap(err, "failed to determine if Octavia supports double listeners")
}
Expand Down

0 comments on commit cc8e0df

Please sign in to comment.