app/services/katello/pulp3/api/yum.rb in katello-4.4.2.2 vs app/services/katello/pulp3/api/yum.rb in katello-4.5.0.rc1
- old
+ new
@@ -18,9 +18,17 @@
def self.add_remove_content_class
PulpRpmClient::RepositoryAddRemoveContent
end
+ def self.alternate_content_source_class
+ PulpRpmClient::RpmRpmAlternateContentSource
+ end
+
+ def alternate_content_source_api
+ PulpRpmClient::AcsRpmApi.new(api_client)
+ end
+
def remotes_uln_api
PulpRpmClient::RemotesUlnApi.new(api_client)
end
def copy_api