Skip to content
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

Creating 2 Server objects with the same id in the same Jupyter block makes them unable to associate a floating IP #19

Open
super-cooper opened this issue Aug 19, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@super-cooper
Copy link
Contributor

I haven't gotten a chance to look into it too much, but apparently if you create 2 Server objects with the same id in the same Jupyter block (may apply to regular python scope as well), calling associate_floating_ip will result in a 400 error (bad request). This bug lead some users to believe their Server objects had floating IPs already associated and the bad requests were a result of trying to associate a floating with a Server that already has one, even though associate_floating_ip should be a noop if this happens.

Apparently, users can work around the bug by calling dissociate_floating_ip before calling associate_floating_ip.

@super-cooper super-cooper added the bug Something isn't working label Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant