Skip to content

Commit

Permalink
Merge pull request #13558 from skateman/fix-openstack-console
Browse files Browse the repository at this point in the history
Added missing parameter when requesting OpenStack remote console
  • Loading branch information
martinpovolny authored Jan 18, 2017
2 parents a25bb6c + db17829 commit fe2dfb7
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 fe2dfb7

Please sign in to comment.