This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch 4.18-dummy
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
omit 932cc5b0c5b don't merge
add f5a1f4130d5 server: fix global setting
system.vm.public.ip.reservation.mode.strictness is not really dynamic (#7909)
add 8dc5fdd067d server: fix cannot get systemvm ips in dedicated ranges
(#7144)
add b19db10ea68 server: try with all supported hypervisors (ordered, no
duplications) when deploy a virtual router (#7877)
add 6f7725ab353 ui: Fix refresh and re-route behaviour (#7846)
add 93bd5b7a692 ui: speed up compute instance listing (#7911)
add 57d4d0d94a7 UI: Infer template settings in the deploy VM wizard (#7867)
add 0dd6bb7c67b systemvm: update size and state of systemvm template
during registration (#7874)
new 801c4bfdf33 don't merge
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (932cc5b0c5b)
\
N -- N -- N refs/heads/4.18-dummy (801c4bfdf33)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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:
.../upgrade/SystemVmTemplateRegistration.java | 28 ++-
.../main/java/com/cloud/api/ApiResponseHelper.java | 2 +-
.../configuration/ConfigurationManagerImpl.java | 8 +-
.../com/cloud/network/IpAddressManagerImpl.java | 270 +++++++++++----------
.../cloud/network/router/NetworkHelperImpl.java | 38 ++-
.../java/com/cloud/storage/StorageManagerImpl.java | 2 +-
test/integration/smoke/test_public_ip_range.py | 3 +-
ui/public/locales/en.json | 1 +
ui/src/config/section/compute.js | 4 +-
ui/src/store/mutation-types.js | 1 +
ui/src/utils/request.js | 6 +-
ui/src/views/AutogenView.vue | 27 ++-
ui/src/views/compute/DeployVM.vue | 16 +-
ui/src/views/infra/network/IpRangesTabPublic.vue | 6 +-
14 files changed, 237 insertions(+), 175 deletions(-)