This is an automated email from the ASF dual-hosted git repository.
nvazquez pushed a change to branch 4.17
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from ffc914d846 Log load bean exception (#6356)
add b62b5c96e8 Prevent NPE on reboot stopped VM and startVM output with
null displayname (#6397)
add 363a2cff82 Backport: kvm: truncate vnc password to 8 chars (#6244)
(#6402)
add 8ae977c233 Merge branch '4.16'
add a29d5d324f 프라이머리 스토리지 시크릿키 누락 수정 (#6407)
add 40dabb6ee7 UI: fix create vpc private gateway for regular user (#6400)
add dc975dff95 [KVM] Enable IOURING only when it is available on the host
(#6399)
add b1c8b5ab37 [KVM] Fix VM migration error due to VNC password on libvirt
limiting versions (#6404)
add 96594aec28 Merge branch '4.16'
add c123c3fd2f remove request listener to prevent untimely session
invalidation (#6393)
add 1ead6c1bac Fix logic check error for update GPU groupDetails (#6405)
No new revisions were added by this update.
Summary of changes:
agent/conf/agent.properties | 2 +-
.../cloud/agent/properties/AgentProperties.java | 7 -
.../org/apache/cloudstack/api/ApiConstants.java | 3 +
.../src/main/java/com/cloud/vm/UserVmVO.java | 5 +
.../kvm/resource/LibvirtComputingResource.java | 74 ++++++++-
.../wrapper/LibvirtMigrateCommandWrapper.java | 12 +-
.../wrapper/LibvirtMigrateCommandWrapperTest.java | 21 +--
.../apache/cloudstack/api/command/ListIdpsCmd.java | 7 +-
server/src/main/java/com/cloud/api/ApiServlet.java | 165 +++++++++++++--------
.../java/com/cloud/api/ApiSessionListener.java | 46 +++---
.../api/auth/DefaultLoginAPIAuthenticatorCmd.java | 54 ++++---
.../api/auth/DefaultLogoutAPIAuthenticatorCmd.java | 3 +-
.../com/cloud/api/query/dao/UserVmJoinDaoImpl.java | 2 +-
.../main/java/com/cloud/server/StatsCollector.java | 2 +-
.../main/java/com/cloud/vm/UserVmManagerImpl.java | 10 +-
ui/src/config/section/network.js | 8 +-
ui/src/views/infra/zone/ZoneWizardLaunchZone.vue | 2 +-
ui/src/views/network/VpcTab.vue | 19 ++-
18 files changed, 289 insertions(+), 153 deletions(-)