sent import to hypervisor. failed ofcourse, now onto virtigod
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
83faa62e18
commit
720c2e6576
|
@ -61,7 +61,6 @@ func importDomain(w http.ResponseWriter, r *http.Request) (string, error) {
|
||||||
result = "finally ready to h.start(d)"
|
result = "finally ready to h.start(d)"
|
||||||
log.Log(WARN, result)
|
log.Log(WARN, result)
|
||||||
fmt.Fprintln(w, result)
|
fmt.Fprintln(w, result)
|
||||||
return result, nil
|
|
||||||
|
|
||||||
ok, output := h.start(d)
|
ok, output := h.start(d)
|
||||||
if ok {
|
if ok {
|
||||||
|
|
Loading…
Reference in New Issue