summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--argv.go10
1 files changed, 6 insertions, 4 deletions
diff --git a/argv.go b/argv.go
index 218b4ca..67186e2 100644
--- a/argv.go
+++ b/argv.go
@@ -34,14 +34,16 @@ This maintains a master list of all your vm's (aka 'droplets')
in your homelab cloud. You can import libvirt xml files.
This app talks to your hypervisors via the virtigod daemon.
-Import your existing libvirt xml files with:
-
- virtigo --libvirt /etc/libvirt/qemu/*.xml
+At this time, this _only_ supports qcow2 images. If you need
+something else you'll have to add it in virtigolib.
This runs a http server so you can control your virtual machines.
For example to start a vm called 'www.wit.com' your cluster 'foo.bar.com':
- curl http://foo.bar.com/start?www.wit.com
+ curl http://virtigo.foo.com/start?www.wit.com
+
+Use 'virtigoctl' to import xml files from libvirt and configure new
+hypervisors in your cluster.
`
}