Skip to content

Commit

Permalink
Merge pull request ManageIQ#441 from djberg96/additional_sti_types
Browse files Browse the repository at this point in the history
Add ConversionHost and ServiceTemplateTransformationPlan subclasses
  • Loading branch information
agrare authored Feb 14, 2019
2 parents 5d6cb49 + 9e9b512 commit 82f4e69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
class ManageIQ::Providers::Openstack::CloudManager::ConversionHost < ::ConversionHost
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
class ManageIQ::Providers::Openstack::CloudManager::ServiceTemplateTransformationPlan < ::ServiceTemplateTransformationPlan
end

0 comments on commit 82f4e69

Please sign in to comment.