}
@GET
@Path("{id}/os-volume_attachments")
public VolumeAttachments listVolumeAttachments(@PathParam("id") String id) throws CloudException {
VolumeAttachments response = new VolumeAttachments();
response.volumeAttachments = Lists.newArrayList();
log.warn("os-volume_attachments is stub-implemented");