nvazquez commented on code in PR #6404:
URL: https://github.com/apache/cloudstack/pull/6404#discussion_r878989909
##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtMigrateCommandWrapper.java:
##########
@@ -331,6 +339,38 @@ Use VIR_DOMAIN_XML_SECURE (value = 1) prior to v1.0.0.
return new MigrateAnswer(command, result == null, result, null);
}
+ protected String replaceVncPassword(String xmlDesc, String vncPassword)
throws ParserConfigurationException, IOException, SAXException,
TransformerException {
Review Comment:
Added to this method, much simpler approach, thanks
--
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]