weizhouapache commented on code in PR #7923:
URL: https://github.com/apache/cloudstack/pull/7923#discussion_r1311224814
##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java:
##########
@@ -1319,13 +1319,13 @@ protected void setupMemoryBalloonStatsPeriod(Connect
conn) {
}
}
- private void enableSSLForKvmAgent(final Map<String, Object> params) {
+ private void enableSSLForKvmAgent() {
Review Comment:
btw, the keystore passphrase of this method was never passed from management
server.
it is loaded from agent.properties in 4.17.x.x (it was not broken)
--
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]