Inadvertent checkin -- revert

This commit is contained in:
Chiradeep Vittal 2010-09-07 16:38:41 -07:00
parent ad94fdb6c4
commit f8416300b6
1 changed files with 3 additions and 3 deletions

View File

@ -3175,11 +3175,11 @@ public abstract class CitrixResourceBase implements StoragePoolResource, ServerR
Ternary<SR, VDI, VolumeVO> mount = mounts.get(0);
Set<VM> templates = VM.getByNameLabel(conn, "Debian Lenny 5.0 (32-bit)");
Set<VM> templates = VM.getByNameLabel(conn, "CentOS 5.3");
if (templates.size() == 0) {
templates = VM.getByNameLabel(conn, "Debian Lenny 5.0 (32-bit)");
templates = VM.getByNameLabel(conn, "CentOS 5.3 (64-bit)");
if (templates.size() == 0) {
String msg = " can not find template Debian Lenny 5.0 (32-bit) ";
String msg = " can not find template CentOS 5.3 ";
s_logger.warn(msg);
return msg;
}