summaryrefslogtreecommitdiff
path: root/start.go
diff options
context:
space:
mode:
Diffstat (limited to 'start.go')
-rw-r--r--start.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.go b/start.go
index e6c0b58..9a19bad 100644
--- a/start.go
+++ b/start.go
@@ -25,7 +25,7 @@ func newStart(start string) {
newAddXml(domcfg, "spice")
newAddXml(domcfg, "qcow")
- virtigoxml.StartDropletXml(d, domcfg, start)
+ virtigoxml.StartDropletXml(me.cluster, d, domcfg, start)
}
func newAddXml(domcfg *libvirtxml.Domain, filename string) error {