Closed jorgevgut closed 7 years ago
We have implemented the Cinder API, and have not the Nova API. Nova has a bunch of duplicated calls for image/volume management. They may be being deprecated so tools will eventually preferentially use the cinder and glance APIs directly, instead of the Nova duplicated functionality. But in the meantime, typical Openstack tools do use the Nova calls for volume attachment today.
Ciao tools / webui could be changed to only use the cinder/glance API's, or the Nova API implemented, or a new Nova API end-point mapped to the existing cinder api endpoint implementation inside Ciao.
Hi, would it be possible to support endpoint compatible with POST /v2.1/{tenant}/servers/{serverid}/os-volume_attachments ?
This is the endpoint web-ui is currently using to attach volumes.