Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit 0afeb5c

Browse files
committed
LBaaS v1 is no longer supported
1 parent a81422a commit 0afeb5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cloudprovider/providers/openstack/openstack_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ func TestLoadBalancer(t *testing.T) {
443443
t.Skipf("No config found in environment")
444444
}
445445

446-
versions := []string{"v1", "v2", ""}
446+
versions := []string{"v2", ""}
447447

448448
for _, v := range versions {
449449
t.Logf("Trying LBVersion = '%s'\n", v)

0 commit comments

Comments
 (0)