lib/solusvm/server.rb in solusvm-2.0.0.beta1 vs lib/solusvm/server.rb in solusvm-2.0.0.beta2
- old
+ new
@@ -205,19 +205,9 @@
# Returns true if the server's owner was successfully changed.
def change_owner(vid, client_id)
perform_request(action: 'vserver-changeowner', vserverid: vid, clientid: client_id)
end
- # Public: Changes server console password.
- #
- # vid - The virtual server ID in SolusVM
- # new_password - The new console password
- #
- # Returns true if the server's console password was successfully changed.
- def change_consolepass(vid, new_password)
- perform_request(action: 'vserver-consolepass', vserverid: vid, consolepassword: new_password)
- end
-
# Public: Changes server VNC password.
#
# vid - The virtual server ID in SolusVM
# new_password - The new VNC password
#