apache / libcloud

Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API.
https://libcloud.apache.org
Apache License 2.0
2.03k stars 929 forks source link

Updated Linode (Akamai Connected Cloud) support (including cloud-init) #1932

Closed mraygalaxy2 closed 11 months ago

mraygalaxy2 commented 11 months ago

Updated Linode (Akamai Connected Cloud) support (including cloud-init)

  1. cloud-init support is a new feature available in 2023.
  2. The main entry point (create_node) had an arrangement of non-keyword parameters that were not consistent with other libcloud drivers. This has been fixed.
  3. A few remaining functions (already available in the API) were exposed to also be consistent with other drivers.