This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a change to branch support-xen84-py3
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 3059871b9c1 fix issue with sysvm volume creation -
[SR_BACKEND_FAILURE_1200statvfs: path should be string, bytes, os.PathLike or
integer, not function]
add 0af887bce12 UI: Update message of load balancer for autoscaling group
(#10750)
add 0da243d6604 Fix issue with allocator not considering subsequent
clusters (#10603)
add 45bac89b831 Fix NPE on updating security groups for an instance
(#10493)
add 4a1d80ddc8e Remove the validation of the amount of acquired public IPs
when enabling static NAT, adding PF and LB rules on VPC public IPs (#10568)
add 255a45c4a62 Merge branch '4.19' of
https://github.com/apache/cloudstack into 4.20
add f6f33c6add3 Fix the size of a template downloaded from secondary
storage (#10662)
add 431e4f9e1dd ui: confirm on reset configurations (#10745)
add 992c4b3d4a0 Merge branch '4.19' of
https://github.com/apache/cloudstack into 4.20
add 603cd84b494 server: fix available hypervisors listing for a zone
(#10738)
add f1128a0b76a Merge branch '4.20' of
https://github.com/apache/cloudstack into support-xen84-py3
No new revisions were added by this update.
Summary of changes:
.../manager/allocator/impl/RandomAllocator.java | 12 +--
.../driver/StorPoolPrimaryDataStoreDriver.java | 4 +-
.../manager/allocator/impl/FirstFitAllocator.java | 9 +--
.../com/cloud/network/IpAddressManagerImpl.java | 94 +++++++++++++---------
.../java/com/cloud/network/vpc/VpcManagerImpl.java | 28 +++----
.../com/cloud/resource/ResourceManagerImpl.java | 19 ++---
.../main/java/com/cloud/vm/UserVmManagerImpl.java | 85 ++++++++++---------
ui/public/locales/en.json | 3 +-
ui/src/components/view/ListView.vue | 2 +-
ui/src/components/view/SettingsTab.vue | 2 +-
ui/src/main.js | 4 +-
ui/src/utils/plugins.js | 17 +++-
ui/src/views/compute/EditVM.vue | 2 +-
ui/src/views/compute/InstanceTab.vue | 1 +
ui/src/views/setting/ConfigurationValue.vue | 2 +-
ui/tests/common/index.js | 4 +-
16 files changed, 164 insertions(+), 124 deletions(-)