CLOUDSTACK-1772: revert bc94948e0604e0e5931759be3c3d3155e84686f6, 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

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