summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.go b/main.go
index cf0bdbb..b7cf954 100644
--- a/main.go
+++ b/main.go
@@ -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)