module ForemanRhCloud::OrganizationDestroyExtensions

Public Instance Methods

remove_consumers(organization) click to toggle source
Calls superclass method
# File lib/foreman_rh_cloud/organization_destroy_extensions.rb, line 5
def remove_consumers(organization)
  plan_action(ForemanInventoryUpload::Async::DestroyOrganizationHbiHostsJob, organization.id) if ForemanRhCloud.with_iop_smart_proxy?
  super
end