On 10/15/2013 10:37 AM, Alex Brett wrote:
I see - no there is no support for doing that directly, however vm-import can
take its data from STDIN (by doing vm-import filename=/dev/stdin), so you could
in theory couple wget and xe together, with something like (I've not tested
this so some of the options to wget might not be right):
wget -q -O -http://some.random.url/some.xva | xe vm-import filename=/dev/stdin
Alex
Alex is right, but I think 'curl' might be what you want.
Mike
_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api