This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    from 81dfcbb  server: Use ACPI event to reboot VM on KVM, and Use 'forced' 
reboot option to stop and start the VM(s)  (#4681)
     add cdc3b08  novnc: Accept new novnc client and disconnect old session 
(#4531)
     add df4103f  novnc: Add source IP check (#4736)
     add f511bab  api: remove account from listProjects API response (#4743)
     add 03bfe9a  ui: FIX error in "Port forward" and "Load Balancing" (#4746)
     add 41c2e94  ui: Remove make redundant option for isolated networks
     add 58a3f90  server: fix failed to remove template/iso if upload from 
local fails (#4626)
     add 3a82392  Merge remote-tracking branch 'origin/4.14' into 4.15
     new a1be9b0  Merge remote-tracking branch 'origin/4.15'

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:
 .../consoleproxy/ConsoleProxyResource.java         | 10 ++++----
 .../cloudstack/api/response/ProjectResponse.java   |  8 -------
 .../StartConsoleProxyAgentHttpHandlerCommand.java  | 10 ++++++++
 server/src/main/java/com/cloud/api/ApiServlet.java |  2 +-
 .../java/com/cloud/consoleproxy/AgentHookBase.java |  1 +
 .../cloud/consoleproxy/ConsoleProxyManager.java    |  3 +++
 .../consoleproxy/ConsoleProxyManagerImpl.java      |  2 +-
 .../com/cloud/servlet/ConsoleProxyClientParam.java | 10 ++++++++
 .../com/cloud/servlet/ConsoleProxyServlet.java     | 15 ++++++++++--
 .../com/cloud/template/TemplateAdapterBase.java    |  8 +++++++
 .../java/com/cloud/consoleproxy/ConsoleProxy.java  | 26 +++++++++++++++++----
 .../consoleproxy/ConsoleProxyClientParam.java      | 10 ++++++++
 .../ConsoleProxyHttpHandlerHelper.java             |  2 ++
 .../consoleproxy/ConsoleProxyNoVNCHandler.java     | 27 ++++++++++++++++++++--
 .../consoleproxy/ConsoleProxyNoVncClient.java      |  4 ++++
 .../resource/NfsSecondaryStorageResource.java      |  6 +++++
 ui/src/config/section/network.js                   |  2 +-
 ui/src/core/lazy_lib/components_use.js             |  4 +++-
 ui/src/views/network/LoadBalancing.vue             |  4 ++++
 ui/src/views/network/PortForwarding.vue            |  9 +++++++-
 ui/src/views/network/VpcTiersTab.vue               |  3 +++
 21 files changed, 141 insertions(+), 25 deletions(-)

Reply via email to