cloudmesh / cloudmesh-cloud

Multicloud Cloudmesh Plugins for cloudmesh cmd5 CMD
https://cloudmesh.github.io/cloudmesh-manual
Apache License 2.0
2 stars 27 forks source link

libcloud provider: suspend, resume #165

Open laszewsk opened 5 years ago

laszewsk commented 5 years ago

looks like suspend and resume is not implemented

himanshu3jul commented 5 years ago

suspend and resume operations are not available for google

laszewsk commented 5 years ago

good then implement them with

raise NotImplementedError

colliner commented 5 years ago

Can this be implemented as stop and restart for AWS EC2?

laszewsk commented 5 years ago

An implementation based on features needs to be looked at. The question is is it a limitation of libcloud or the cloud framework, if it is a limitation in libcloud, that native python library for that function may need to be used in addition to libcloud

laszewsk commented 4 years ago

we move away from libcloud