send guestosdisplay to agent

This commit is contained in:
edison 2010-09-17 10:55:14 -07:00
parent 6906cb52f7
commit ea1efa95f6
1 changed files with 1 additions and 1 deletions

View File

@ -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>();