DaanHoogland commented on code in PR #7923:
URL: https://github.com/apache/cloudstack/pull/7923#discussion_r1311216651
##########
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:
removing the parameter means that the passphrase can no longer come from the
MS. It must be in the properties file now. Is that the intention, or should we
try both?
--
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]