mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
VR: fix public-key is missing in VR after acquiring public IP (#7103)
This commit is contained in:
parent
abef381aa6
commit
e8c1b5509e
@ -254,7 +254,7 @@ public class BasicNetworkVisitor extends NetworkTopologyVisitor {
|
||||
final NicVO nicVo = userdata.getNicVo();
|
||||
|
||||
final Commands commands = new Commands(Command.OnError.Stop);
|
||||
_commandSetupHelper.createVmDataCommand(router, userVM, nicVo, null, commands);
|
||||
_commandSetupHelper.createVmDataCommand(router, userVM, nicVo, userVM.getDetail("SSH.PublicKey"), commands);
|
||||
|
||||
return _networkGeneralHelper.sendCommandsToRouter(router, commands);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user