Guest User

Untitled

a guest
Jun 20th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. (pallet.resource/deflocal attach-volume
  2. (attach-volume*
  3. [request]
  4. (jclouds-compute/with-compute-service [(:compute request)]
  5. (volume/attach-volume :us-east-1 "INSTANCE" VOLUME_ID "/dev/sdh"))
  6. request))
Add Comment
Please, Sign In to add comment