LBaaS v1 is no longer supported

This commit is contained in:
Davanum Srinivas 2017-11-27 13:44:46 -05:00
parent 02a7c12cbd
commit c31bfe67a4

View File

@ -443,7 +443,7 @@ func TestLoadBalancer(t *testing.T) {
t.Skipf("No config found in environment")
}
versions := []string{"v1", "v2", ""}
versions := []string{"v2", ""}
for _, v := range versions {
t.Logf("Trying LBVersion = '%s'\n", v)