Pearl1594 commented on a change in pull request #5831:
URL: https://github.com/apache/cloudstack/pull/5831#discussion_r828743218
##########
File path:
engine/orchestration/src/main/java/com/cloud/vm/VirtualMachineManagerImpl.java
##########
@@ -1192,8 +1192,12 @@ public void orchestrateStart(final String vmUuid, final
Map<VirtualMachineProfil
handlePath(vmTO.getDisks(), vm.getHypervisorType());
Commands cmds = new Commands(Command.OnError.Stop);
+ final Map<String, String> sshAccessDetails =
_networkMgr.getSystemVMAccessDetails(vm);
Review comment:
these values however get consumed in a block that's executed only for
CPVM & SSVM
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]