Skip to content

Commit

Permalink
Merge pull request #14289 from andyvesel/expose_attach_detach_for_clo…
Browse files Browse the repository at this point in the history
…ud_volume

Expose attach/detach method for volume
  • Loading branch information
gmcculloug authored Mar 20, 2017
2 parents ca7ced8 + 0f11a5b commit 5893b80
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 5893b80

Please sign in to comment.