Skip to content

Commit

Permalink
Added missing parameter when requesting OpenStack remote console
Browse files Browse the repository at this point in the history
Fixes the 'wrong number of arguments' error
https://bugzilla.redhat.com/show_bug.cgi?id=1414377
  • Loading branch information
skateman committed Jan 18, 2017
1 parent 86e0f3f commit db17829
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def remote_console_acquire_ticket_queue(protocol, userid)
:priority => MiqQueue::HIGH_PRIORITY,
:role => 'ems_operations',
:zone => my_zone,
:args => [userid, protocol]
:args => [userid, MiqServer.my_server.id, protocol]
}

MiqTask.generic_action_with_callback(task_opts, queue_opts)
Expand Down

0 comments on commit db17829

Please sign in to comment.