Skip to content

Commit

Permalink
Expose attach/detach method for volume
Browse files Browse the repository at this point in the history
  • Loading branch information
andyvesel committed Mar 15, 2017
1 parent b03d569 commit 0f11a5b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ class MiqAeServiceCloudVolume < MiqAeServiceModelBase
expose :cloud_volume_backups, :association => true
expose :cloud_volume_snapshots, :association => true
expose :attachments, :association => true
expose :attach_volume, :override_return => nil
expose :detach_volume, :override_return => nil
end
end

0 comments on commit 0f11a5b

Please sign in to comment.