diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -30,12 +30,13 @@ func main() { } readConfigFile() - readHypervisorFile("hypervisor") + // readHypervisorFile("hypervisor") writeConfigFile() // initialize the grid as unstable me.unstable = time.Now() + /* log.Info("command line hypervisors:", argv.Hosts) for _, name := range argv.Hosts { h := findHypervisor(name) @@ -46,6 +47,7 @@ func main() { h = addHypervisor(name) h.pb.Active = true } + */ if argv.Start != "" { d := findDroplet(argv.Start) |
