Skip to content

Commit

Permalink
Merge pull request #13458 from xlab-si/add_amazon_block_storage_autom…
Browse files Browse the repository at this point in the history
…ation_models

Add Amazon block storage automation models
  • Loading branch information
gmcculloug committed Jan 17, 2017
2 parents 7bcbd3b + 62a736a commit 77f0a81
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module MiqAeMethodService
class MiqAeServiceManageIQ_Providers_Amazon_BlockStorageManager_CloudVolume < MiqAeServiceCloudVolume
end
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module MiqAeMethodService
class MiqAeServiceManageIQ_Providers_Amazon_BlockStorageManager_CloudVolumeSnapshot < MiqAeServiceCloudVolumeSnapshot
end
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module MiqAeMethodService
class MiqAeServiceManageIQ_Providers_Amazon_BlockStorageManager < MiqAeServiceManageIQ_Providers_StorageManager
end
end

0 comments on commit 77f0a81

Please sign in to comment.