This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a change to branch 4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 11df71e55cc Merge branch '4.20' into '4.22'
add 8c12a13216e Fix NPE during reset password (#12585)
add 9dd93cef760 Support for custom SSH port for KVM hosts from the host
url on add host and the configuration (#12571)
add 8b38cea33cd Fix NPE while stopping the RabbitMQEventBus bean when
there is no connection established with RabbitMQ Event Bus (#12635)
add 32c0cdbed98 Add volumes in 'Expunging' state to storage cleanup thread
and during delete storage pool (#12602)
new 5caf6cd043f Merge branch '4.20' into 4.22
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:
api/src/main/java/com/cloud/host/Host.java | 3 ++
.../api/command/admin/host/AddHostCmd.java | 3 +-
.../main/java/com/cloud/agent/AgentManager.java | 6 ++++
.../com/cloud/agent/manager/AgentManagerImpl.java | 23 +++++++++++++--
.../cloud/agent/manager/AgentManagerImplTest.java | 33 ++++++++++++++++++++++
.../java/com/cloud/storage/dao/VolumeDaoImpl.java | 13 ++++-----
.../storage/volume/VolumeServiceImpl.java | 3 ++
.../cloudstack/backup/NetworkerBackupProvider.java | 17 +++++++++--
.../cloudstack/mom/rabbitmq/RabbitMQEventBus.java | 2 +-
.../api/command/OauthLoginAPIAuthenticatorCmd.java | 6 +---
.../api/command/SAML2LoginAPIAuthenticatorCmd.java | 10 +++++--
server/src/main/java/com/cloud/api/ApiServlet.java | 13 +++++----
.../DefaultForgotPasswordAPIAuthenticatorCmd.java | 6 ++--
.../api/auth/DefaultLoginAPIAuthenticatorCmd.java | 12 +++-----
.../DefaultResetPasswordAPIAuthenticatorCmd.java | 1 -
.../kvm/discoverer/LibvirtServerDiscoverer.java | 10 ++++++-
.../com/cloud/resource/ResourceManagerImpl.java | 4 +--
.../cloud/resource/ResourceManagerImplTest.java | 2 ++
.../java/com/cloud/utils/ssh/SSHCmdHelper.java | 2 +-
19 files changed, 128 insertions(+), 41 deletions(-)