Merge pull request #4849 from gyuho/functional_test

functional-tester: set gRPC endpoint for stresser
release-3.0
Gyu-Ho Lee 2016-03-23 15:32:14 -07:00
commit e4ac8edb2f
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ func (c *cluster) Bootstrap() error {
if err != nil {
return err
}
grpcURLs[i] = fmt.Sprintf("%s:2379", host)
clientURLs[i] = fmt.Sprintf("http://%s:2379", host)
peerURLs[i] = fmt.Sprintf("http://%s:%d", host, peerURLPort)