Details
Description
I am creating a Python driver for the Verizon Cloud Compute API. I am trying to integrate the code I have into the Libcloud environment, so the open source community can contribute to the project if they wish.
Currently I have an authentication function and functions that perform operations on various resources. For example: createVM, deleteVM, createDisk, deleteDisk, allocateIP, createPrivNet, etc.
If you have any recommendations or suggestions, please reach out.