Skip to content

Commit

Permalink
Merge pull request #548 from agrare/remove_legacy_ems_refresh_code
Browse files Browse the repository at this point in the history
Cleanup legacy refresh parsers and settings
  • Loading branch information
Ladas authored Jul 26, 2019
2 parents 25113ce + 1ceaf4e commit c25ee1c
Show file tree
Hide file tree
Showing 22 changed files with 25 additions and 1,740 deletions.
9 changes: 8 additions & 1 deletion app/models/manageiq/providers/amazon/cloud_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class ManageIQ::Providers::Amazon::CloudManager < ManageIQ::Providers::CloudMana
require_nested :OrchestrationTemplate
require_nested :Provision
require_nested :ProvisionWorkflow
require_nested :RefreshParser
require_nested :RefreshWorker
require_nested :Refresher
require_nested :Template
Expand Down Expand Up @@ -131,6 +130,14 @@ def supported_catalog_types
%w(amazon).freeze
end

def inventory_object_refresh?
true
end

def allow_targeted_refresh?
true
end

#
# Operations
#
Expand Down
Loading

0 comments on commit c25ee1c

Please sign in to comment.