This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from f15cab1 server: Decouple service (compute) offering and disk offering
(#5008)
add 28f6067 packaging: use modern systemctl enable/disable (#5881)
add 065847e UI: Fixes asynchronous when destroying wrong item VM (#5884)
add ee9c05b UI - Added option to allow users to select volumes when doing
destroy the list of VMs (#5893)
add 6fa8538 Adding placeholders for custom NSP vues (#5620)
add 0e15095 Allow direct download templates from IPv6 host address.
(#5900)
new f610e89 Merge branch '4.16' into main
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:
packaging/centos7/cloud.spec | 4 +-
packaging/centos8/cloud.spec | 4 +-
packaging/suse15/cloud.spec | 4 +-
.../api/commands/AddNetscalerLoadBalancerCmd.java | 2 +-
.../cloud/template/HypervisorTemplateAdapter.java | 2 +-
ui/src/views/AutogenView.vue | 19 +-
ui/src/views/compute/DestroyVM.vue | 381 +++++++++++++++++----
.../infra/network/providers/AddF5LoadBalancer.vue | 8 +
.../network/providers/AddNetscalerLoadBalancer.vue | 11 +
.../infra/network/providers/AddNiciraNvpDevice.vue | 10 +
.../network/providers/AddPaloAltoFirewall.vue | 8 +
.../infra/network/providers/AddSrxFirewall.vue | 8 +
utils/src/main/java/com/cloud/utils/UriUtils.java | 6 +-
13 files changed, 380 insertions(+), 87 deletions(-)