Class: Actions::Katello::Host::AutoAttachSubscriptions
- Inherits:
-
EntryAction
- Object
- EntryAction
- Actions::Katello::Host::AutoAttachSubscriptions
- Defined in:
- app/lib/actions/katello/host/auto_attach_subscriptions.rb
Instance Method Summary collapse
Instance Method Details
#plan(host) ⇒ Object
11 12 13 14 |
# File 'app/lib/actions/katello/host/auto_attach_subscriptions.rb', line 11 def plan(host) action_subject(host) plan_action(::Actions::Candlepin::Consumer::AutoAttachSubscriptions, :uuid => host.subscription_facet.uuid) end |
#queue ⇒ Object
7 8 9 |
# File 'app/lib/actions/katello/host/auto_attach_subscriptions.rb', line 7 def queue ::Katello::HOST_TASKS_QUEUE end |
#resource_locks ⇒ Object
16 17 18 |
# File 'app/lib/actions/katello/host/auto_attach_subscriptions.rb', line 16 def resource_locks :link end |