Merge pull request #276 from brendandburns/minion

Initial integration of the cloud based minion registry.
This commit is contained in:
Daniel Smith
2014-06-27 22:56:47 -07:00
3 changed files with 16 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ func main() {
machineList := []string{"localhost", "machine"}
// Master
m := master.New(servers, machineList, nil)
m := master.New(servers, machineList, nil, "")
apiserver := httptest.NewServer(m.ConstructHandler("/api/v1beta1"))
controllerManager := controller.MakeReplicationManager(etcd.NewClient(servers), client.New(apiserver.URL, nil))