1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

B #5871: Guacamole RDP doesn't work with encrypted CONTEXT/PASSWORD

Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
(cherry picked from commit d0056241192181db17e7c0349315b20ad57632e8)
This commit is contained in:
Kristian Feldsam 2022-06-08 19:32:43 +02:00 committed by Tino Vazquez
parent 77b8684a8e
commit 58118973bb

View File

@ -320,7 +320,7 @@ class SunstoneServer < CloudServer
# Guacamole
########################################################################
def startguac(id, type_connection, guac, client=nil)
resource = retrieve_resource("vm", id)
resource = retrieve_resource("vm", id, true)
if OpenNebula.is_error?(resource)
return [404, resource.to_json]
end