mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
CLOUDSTACK-1772: revert bc94948e0604e0e5931759be3c3d3155e84686f6, doesn't specify vnc listening port, make live migration work
This commit is contained in:
parent
01ea7232d9
commit
ff63854b4d
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user