* Use the imageSize
**/
public static EnvelopeType createOVFEnvelopeFromTemplate(final TemplateDto template)
{
EnvelopeType envelope = new EnvelopeType();
ReferencesType references = new ReferencesType();
final String diskPath = template.getDiskFilePath();
// final String packRelPath = getRelativePackagePath(disk.getOvfUrl(),
// String.valueOf(disk.getIdEnterprise()));