You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2021/02/01 09:59:30 UTC

[cloudstack] 01/01: Merge release branch 4.15 to master

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

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

commit ff376d8187ec2687fef06c611740e8d4befba6e7
Merge: be5e61a b6b778f0
Author: Daan Hoogland <da...@onecht.net>
AuthorDate: Mon Feb 1 09:58:52 2021 +0000

    Merge release branch 4.15 to master
    
    * 4.15:
      server: select root disk based on user input during vm import (#4591)
      kvm: Use Q35 chipset for UEFI x86_64 (#4576)
      server: fix wrong error message when create isolated network without SourceNat (#4624)
      server: add possibility to scale vm to current customer offerings (#4622)
      server: keep networks order and ips while move a vm with multiple networks (#4602)
      server: throw exception when update vm nic on L2 network (#4625)
      doc: fix typo in install notes (#4633)

 INSTALL.md                                         |  2 +-
 .../service/NetworkOrchestrationService.java       |  2 +-
 .../engine/orchestration/NetworkOrchestrator.java  | 13 +--
 .../kvm/resource/LibvirtComputingResource.java     |  2 +-
 .../java/com/cloud/api/query/QueryManagerImpl.java |  4 +-
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  | 99 ++++++++++++++--------
 .../cloudstack/vm/UnmanagedVMsManagerImpl.java     | 38 +++++++--
 .../java/com/cloud/vpc/MockNetworkManagerImpl.java |  4 +-
 8 files changed, 113 insertions(+), 51 deletions(-)