mirror of https://github.com/apache/cloudstack.git
send guestosdisplay to agent
This commit is contained in:
parent
6906cb52f7
commit
ea1efa95f6
|
|
@ -693,7 +693,7 @@ public class UserVmManagerImpl implements UserVmManager {
|
|||
s_logger.debug(msg);
|
||||
throw new CloudRuntimeException(msg);
|
||||
} else {
|
||||
guestOSDescription = guestOS.getName();
|
||||
guestOSDescription = guestOS.getDisplayName();
|
||||
}
|
||||
|
||||
HashSet<Host> avoid = new HashSet<Host>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue