Github user marcaurele commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1709#discussion_r84632272
  
    --- Diff: 
plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
 ---
    @@ -943,6 +962,11 @@ public boolean configure(final String name, final 
Map<String, Object> params) th
                 _mountPoint = "/mnt";
             }
     
    +        _libvirtConnectionProtocol = (String) 
params.get("libvirt.connection.protocol");
    +        if (_libvirtConnectionProtocol == null) {
    +            _libvirtConnectionProtocol = "qemu://";
    --- End diff --
    
    It's something I have to document in the installation doc. If you want to 
run the migration over TLS, you have to specify here `qemu+tls://`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to