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 194bf6e Merge remote-tracking branch 'apache/4.16'
add f458964 ui: fix related key for section (#5929)
add 26e4e18 kvm: Use lscpu to get cpu max speed (#5506)
add ef7debb Filter usage for project (#5866)
add ecf85aa VMware7 support: Add schema changes for update2 and update3
(#5870)
add 56a8852 Remove code that reserves extra interfaces based on the
global setting router.extra.public.nics in case of VMware. (#5912)
add 966b32c ui: fix ssh keypair navigation (#5931)
new e3f0e3b 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:
.../java/com/cloud/agent/api/to/IpAddressTO.java | 21 +++
.../resources/META-INF/db/schema-41600to41610.sql | 10 ++
.../apache/cloudstack/utils/linux/KVMHostInfo.java | 38 ++++-
.../cloud/hypervisor/guru/VmwareVmImplementer.java | 4 +-
.../hypervisor/vmware/manager/VmwareManager.java | 2 -
.../vmware/manager/VmwareManagerImpl.java | 8 -
.../hypervisor/vmware/resource/VmwareResource.java | 165 +++++++++------------
.../cloud/network/router/CommandSetupHelper.java | 58 ++++++++
.../router/VirtualNetworkApplianceManagerImpl.java | 2 +-
.../java/com/cloud/usage/UsageServiceImpl.java | 104 +++++++------
ui/src/components/view/ListView.vue | 2 +-
ui/src/config/router.js | 8 +-
ui/src/views/AutogenView.vue | 4 +
13 files changed, 272 insertions(+), 154 deletions(-)