This is an automated email from the ASF dual-hosted git repository.

nvazquez pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    from 3e4c55c  Merge remote-tracking branch 'origin/4.12'
     add 12c850e  KVM: Improvements on upload direct download certificates 
(#2995)
     add 42501ce  ssvm: apply MTU value on storage/management nic if available 
(#3370)
     add c94ee14  kvm: suspend a VM before snapshot deletion (see PR #3193) 
(#3194)
     add bea627a  Merge branch '4.11' into 4.12
     new 50869fe  Merge branch '4.12'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 agent/src/main/java/com/cloud/agent/Agent.java     |  28 ---
 ...ploadTemplateDirectDownloadCertificateCmd.java} | 182 +++++++++--------
 ... => SetupDirectDownloadCertificateCommand.java} |   4 +-
 ...tupDirectDownloadCertificateCommandWrapper.java | 136 ++++++++++++
 .../com/cloud/server/ManagementServerImpl.java     |   4 +-
 .../direct/download/DirectDownloadManagerImpl.java |  76 ++++++-
 .../download/DirectDownloadManagerImplTest.java    |  33 +++
 test/integration/smoke/test_direct_download.py     | 227 +++++++++++++++++++++
 ui/l10n/en.js                                      |   2 +-
 9 files changed, 562 insertions(+), 130 deletions(-)
 rename 
api/src/main/java/org/apache/cloudstack/api/command/admin/direct/download/{UploadTemplateDirectDownloadCertificate.java
 => UploadTemplateDirectDownloadCertificateCmd.java} (93%)
 mode change 100644 => 100755
 rename 
core/src/main/java/org/apache/cloudstack/agent/directdownload/{SetupDirectDownloadCertificate.java
 => SetupDirectDownloadCertificateCommand.java} (89%)
 create mode 100644 
plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtSetupDirectDownloadCertificateCommandWrapper.java
 create mode 100644 test/integration/smoke/test_direct_download.py

Reply via email to