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


 discard 4ac893b7c7a don't merge
     add bf9c71430b6 CKS: check access when get kubernetescluster config (#7854)
     add 2c6072273b8 VMware: Fix casting exception during backup NIC 
synchronization (#7831)
     add 72e3491cefa server: Fix allocation of more public IPs than the 
account's limit (#7832)
     add a47a4f4ad4f CPVM: fix cpu usage for console vm when using vnc over 
websockets (#6970)
     add aa02d9b3c15 test: skip live storage migration on CentOS 7 (#7862)
     add 19aacad46bb UI: Show iso urls (#7869)
     add cf249f64a3b api: Force-stop descriptions (#7866)
     add e8b491177f1 server: Replace Hashtable with LinkedHashMap in 
createIsoResponse (#7844)
     add 0c9244aef0a 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   (4ac893b7c7a)
            \
             N -- N -- N   refs/heads/4.18-dummy (0c9244aef0a)

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.

No new revisions were added by this update.

Summary of changes:
 .../admin/internallb/StopInternalLBVMCmd.java      |  2 +-
 .../api/command/admin/router/StopRouterCmd.java    |  2 +-
 .../command/admin/systemvm/StopSystemVmCmd.java    |  2 +-
 .../cloudstack/api/command/user/vm/StopVMCmd.java  |  3 +-
 .../java/com/cloud/hypervisor/guru/VMwareGuru.java |  6 +--
 .../cluster/KubernetesClusterManagerImpl.java      |  2 +
 .../com/cloud/api/commands/StopNetScalerVMCmd.java |  2 +-
 .../java/com/cloud/api/query/QueryManagerImpl.java |  8 +--
 .../com/cloud/api/query/ViewResponseHelper.java    | 29 +++++------
 .../com/cloud/network/IpAddressManagerImpl.java    | 37 ++++++++++----
 .../com/cloud/network/IpAddressManagerTest.java    | 59 ++++++++++++++++++++++
 .../consoleproxy/ConsoleProxyNoVncClient.java      |  5 ++
 test/integration/smoke/test_vm_life_cycle.py       |  2 +-
 ui/src/config/section/image.js                     |  2 +-
 14 files changed, 122 insertions(+), 39 deletions(-)

Reply via email to