cloudscale-ch / ansible-collection-cloudscale

cloudscale.ch Ansible Collection
https://galaxy.ansible.com/cloudscale_ch/cloud
GNU General Public License v3.0
7 stars 3 forks source link

Cloudscale volume module still using server_uuids #53

Closed id101010 closed 3 years ago

id101010 commented 3 years ago

While debugging an issue with our cloudscale volumes I've noticed that the module still makes use of server_uuids despite the api documentation mentioning it being deprecated and recommending the use of servers instead. Could this be an issue?

See:

href commented 3 years ago

Thanks for bringing this to our attention. While we certainly should support servers, there's nothing inherently wrong with server_uuids and it should work as is for the time being.

I have created an internal ticket to make sure we support servers in the near future, but the use of server_uuids should not cause any issue in the meantime (I just tested it locally and it worked as expected).

We'll update this ticket once this has been implemented.

id101010 commented 3 years ago

Thank you for your analysis and the clarification! :)