Merge pull request #29363 from lixiaobing10051267/masterV1

Automatic merge from submit-queue

TestLoadBalancer() test v1 not v2

TestLoadBalancer() should test v1 and TestLoadBalancerV2() test v2, but In TestLoadBalancerV() there are codes:
cfg.LoadBalancer.LBVersion = "v2"
This commit is contained in:
k8s-merge-robot 2016-07-25 14:15:27 -07:00 committed by GitHub
commit b851e8d699

View File

@ -204,7 +204,7 @@ func TestLoadBalancer(t *testing.T) {
t.Skipf("No config found in environment")
}
cfg.LoadBalancer.LBVersion = "v2"
cfg.LoadBalancer.LBVersion = "v1"
os, err := newOpenStack(cfg)
if err != nil {