app/lib/actions/katello/host/attach_subscriptions.rb in katello-3.13.0.rc1 vs app/lib/actions/katello/host/attach_subscriptions.rb in katello-3.13.0.rc2

- old
+ new

@@ -1,8 +1,12 @@ module Actions module Katello module Host class AttachSubscriptions < Actions::EntryAction + def queue + ::Katello::HOST_TASKS_QUEUE + end + def plan(host, pools_with_quantities_params) action_subject(host) sequence do pool_ids = [] pools_with_quantities = pools_with_quantities_params.map do |pool_with_quantity|