mirror of https://github.com/apache/cloudstack.git
do not use systemvm-premium iso
This commit is contained in:
parent
c38238c614
commit
f5efc50191
|
|
@ -863,13 +863,6 @@ public abstract class CitrixResourceBase implements ServerResource {
|
|||
|
||||
SR.Record srr = sr.getRecord(conn);
|
||||
|
||||
for( VDI vdi : srr.VDIs ) {
|
||||
VDI.Record vdir = vdi.getRecord(conn);
|
||||
if(vdir.nameLabel.contains("systemvm-premium")){
|
||||
_host.systemvmisouuid = vdir.uuid;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if( _host.systemvmisouuid == null ) {
|
||||
for( VDI vdi : srr.VDIs ) {
|
||||
VDI.Record vdir = vdi.getRecord(conn);
|
||||
|
|
|
|||
Loading…
Reference in New Issue