Comment 3 for bug 1485818

Revision history for this message
Diane Fleming (diane-fleming) wrote :

There is not GET v2/{id}/os-availability_zone call. The correct call is:

http://developer.openstack.org/api-ref-compute-v2-ext.html#getVolumeAttachmentDetails

/v2/​{tenant_id}​/servers/​{server_id}​/os-volume_attachments/​{attachment_id}​ -> the "id" is after the os-volume_attachments resource.

I believe you are correct about the os-availability-zone call -

http://developer.openstack.org/api-ref-compute-v2-ext.html#getAvailabilityZone

It is missing the "id" in the call. I'll fix that.