CLOUDSTACK-1772: revert bc94948e06, doesn't specify vnc listening port, make live migration work

This commit is contained in:
Edison Su 2013-03-21 17:52:56 -07:00 committed by Chip Childers
parent 01ea7232d9
commit ff63854b4d
1 changed files with 1 additions and 1 deletions

View File

@ -3101,7 +3101,7 @@ ServerResource {
ConsoleDef console = new ConsoleDef("pty", null, null, (short) 0);
devices.addDevice(console);
GraphicDef grap = new GraphicDef("vnc", (short) 0, true, vmTO.getVncAddr(), null,
GraphicDef grap = new GraphicDef("vnc", (short) 0, true, null, null,
null);
devices.addDevice(grap);