mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user