Skip to content

Commit

Permalink
Rename Amazon storage manager AE models
Browse files Browse the repository at this point in the history
This patch accompanies the renaiming of Amazon `BlockStorageManager`
into `StorageManager::Ebs`. It merely renames the corresponding
automation models.

Signed-off-by: Gregor Berginc <gregor.berginc@xlab.si>
  • Loading branch information
gberginc committed Jan 17, 2017
1 parent dbe1b91 commit 15957e3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module MiqAeMethodService
class MiqAeServiceManageIQ_Providers_Amazon_StorageManager_Ebs_CloudVolume < MiqAeServiceCloudVolume
end
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module MiqAeMethodService
class MiqAeServiceManageIQ_Providers_Amazon_StorageManager_Ebs_CloudVolumeSnapshot < MiqAeServiceCloudVolumeSnapshot
end
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module MiqAeMethodService
class MiqAeServiceManageIQ_Providers_Amazon_StorageManager_Ebs < MiqAeServiceManageIQ_Providers_StorageManager
end
end

0 comments on commit 15957e3

Please sign in to comment.