Merge pull request #11886 from gmarek/ratelimit

Auto commit by PR queue bot
This commit is contained in:
Alex Mohr
2015-08-04 11:39:53 -07:00
6 changed files with 19 additions and 17 deletions

View File

@@ -176,7 +176,7 @@ func startComponents(firstManifestURL, secondManifestURL, apiVersion string) (st
handler.delegate = m.Handler
// Scheduler
schedulerConfigFactory := factory.NewConfigFactory(cl)
schedulerConfigFactory := factory.NewConfigFactory(cl, nil)
schedulerConfig, err := schedulerConfigFactory.Create()
if err != nil {
glog.Fatalf("Couldn't create scheduler config: %v", err)