This is an automated email from the ASF dual-hosted git repository.
weizhou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from bf70566 Merge branch '4.16' into main
add 62b806a api,server: add params for updatehypervisorcapabilities API
(#5473)
add 638779c vm-import: fix unmanaged instance listing (#5400)
add 4a1ebb3 server: allow normal users to create isolated network without
source nat (#5920)
new 194bf6e Merge remote-tracking branch 'apache/4.16'
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:
.../cloud/hypervisor/HypervisorCapabilities.java | 2 +
.../java/com/cloud/server/ManagementService.java | 3 +-
.../org/apache/cloudstack/api/ApiConstants.java | 1 +
.../config/UpdateHypervisorCapabilitiesCmd.java | 30 ++-
.../response/HypervisorCapabilitiesResponse.java | 15 +-
.../cloud/hypervisor/HypervisorCapabilitiesVO.java | 3 +-
.../dao/HypervisorCapabilitiesDaoImpl.java | 2 +-
.../main/java/com/cloud/vm/dao/VMInstanceDao.java | 1 +
.../java/com/cloud/vm/dao/VMInstanceDaoImpl.java | 19 +-
.../main/java/com/cloud/api/ApiResponseHelper.java | 3 +-
.../java/com/cloud/network/NetworkServiceImpl.java | 19 +-
.../com/cloud/server/ManagementServerImpl.java | 41 ++-
.../cloudstack/vm/UnmanagedVMsManagerImpl.java | 15 +-
.../component/test_hypervisor_capabilities.py | 289 +++++++++++++++++++++
tools/marvin/marvin/lib/base.py | 5 +
15 files changed, 407 insertions(+), 41 deletions(-)
create mode 100644 test/integration/component/test_hypervisor_capabilities.py