Hi,<br><br>I am running Opennebula 2.1.8. When specifying the context for a VM, if I specify a URL in the "files" attribute, the contextualization fails. Consider, for example, the following context:<br><br>CONTEXT=[ files="<a href="http://domain.com/test.xml">http://domain.com/test.xml</a>" ]<br>
<br>When I try to create the VM with such context, I get the following error message:<br><br>tm_context.sh: Executed "mkdir -p /srv/cloud/one/var//106/images/isofiles".<br>tm_context.sh: Executed "cp -R /srv/cloud/one/var/106/context.sh /srv/cloud/one/var//106/images/isofiles".<br>
tm_context.sh: ERROR: Command "/usr/bin/wget -O /srv/cloud/one/var//106/images/isofiles <a href="http://domain.com/test.xml">http://domain.com/test.xml</a>" failed.<br>tm_context.sh: ERROR: /srv/cloud/one/var//106/images/isofiles: Is a directory<br>
<br>Error excuting image transfer script: /srv/cloud/one/var//106/images/isofiles: Is a directory<br>I presume that specifying a URL in the file attribute is allowed, since Opennebula uses "wget" to fetch the file (otherwise, if a local file is specified, Opennebula uses "cp" to copy the file to the isofiles directory), but the command that Opennebula runs is not correct. Is this a bug? Or am I wrong thinking that a url can be specified?<br>
<br>Cheers,<br>Humberto<br>