Merge pull request #3707 from nikhiljindal/preOperations

Removing support for asynchronous server requests
This commit is contained in:
Clayton Coleman
2015-01-28 13:02:52 -05:00
15 changed files with 117 additions and 527 deletions

View File

@@ -136,7 +136,6 @@ func startComponents(manifestURL string) (apiServerURL string) {
cl := client.NewOrDie(&client.Config{Host: apiServer.URL, Version: testapi.Version()})
cl.PollPeriod = time.Millisecond * 100
cl.Sync = true
helper, err := master.NewEtcdHelper(etcdClient, "")
if err != nil {