On 27/08/14 07:45, Erik Weber wrote:
You can pass the file from your filesystem with the -f parameter (instead
of -u), that way you don't really have to host it on a webserver.
Excellent thanks!
Perhaps a change like this in the docs might help some like me:
<h4>Alternately The System VMs Can Be Deployed From File</h4><div
class="highlight-bash">
<div class="highlight"><pre>
cd /tmp/
wget
http://cloudstack.apt-get.eu/systemvm/4.4/systemvm64template-4.4.0-6-kvm.qcow2.bz2
/usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt
<span class="se">\</span>
-m /secondary <span class="se">\</span>
-f /tmp/systemvm64template-4.4.0-6-kvm.qcow2.bz2<span class="se">\</span>
-h kvm -F
</pre>
</div>
</div>
Cheers
Piers