Merge pull request #9145 from caesarxuchao/hack/test-integration

enable v1 in hack/test-integration.go
This commit is contained in:
Brian Grant
2015-06-03 11:19:41 -07:00
9 changed files with 42 additions and 1 deletions

View File

@@ -165,6 +165,7 @@ func startComponents(firstManifestURL, secondManifestURL, apiVersion string) (st
ReadOnlyPort: portNumber,
PublicAddress: publicAddress,
CacheTimeout: 2 * time.Second,
EnableV1: true,
})
handler.delegate = m.Handler