davidban77 / gns3fy

Python library wrapper around GNS3 Server REST API
https://davidban77.github.io/gns3fy/
57 stars 28 forks source link

Added compute image upload method. #62

Closed skeiffer closed 4 years ago

skeiffer commented 4 years ago

Added method to upload images to a GNS3 compute server. Primary use case is to facilitate the upload of bootstrap iso and img files.

davidban77 commented 4 years ago

Thanks for the PR!.

It looks good! and really useful method 👍

It would be better if it can be merged to the develop branch. I need to update the poetry specs to get it ready for next release.

skeiffer commented 4 years ago

Sure, I will resubmit under develop branch.