Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
class ManageIQ::Providers::Openstack::CloudManager::Vm
module RemoteConsole
def console_supported?(type)
%w(SPICE VNC).include?(type.upcase)
extend ActiveSupport::Concern

included do
supports :console
supports :html5_console
supports :spice_console
supports :vnc_console
end

def validate_remote_console_acquire_ticket(protocol, options = {})
Expand Down