-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GCPInstance start function is missing #308
Comments
A start function would need to be added to the cloudbridge VM Instance interface here and implemented for all providers. |
The documentation states that there should be one : the abstract is here already :
It's just that the implementation is missing in GCP (maybe in others, i didn't check) |
Hi @Jegeva, |
Looks like the start and stop functions have been implemented, but for aws only. The following would need to be done. cloudbridge/tests/test_compute_service.py Line 419 in 7882bda
We are happy to assign this to you @theshashankpal. Feel free to write back with any questions and thanks for volunteering to help. |
Thank You! |
Hey Nuwan,
Can you just provide me with the link to the different api's that are being
used here ?
i.e. aws, gcp , azure, openstack.
Thanks
…On Sat, Sep 10, 2022 at 1:52 PM Nuwan Goonasekera ***@***.***> wrote:
Assigned #308 <#308> to
@theshashankpal <https://github.com/theshashankpal>.
—
Reply to this email directly, view it on GitHub
<#308 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANXKC5H65J6FAVL64SDXAITV5RANHANCNFSM6AAAAAAQIWRPZI>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
This is the list: The specific sdks are listed here: Line 33 in 6428fad
|
the right code is already implemented i nreboot but there should be a start function implemented
The text was updated successfully, but these errors were encountered: