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

associate_floating_ip returns 404 #39

Open
msherman64 opened this issue Feb 24, 2023 · 1 comment
Open

associate_floating_ip returns 404 #39

msherman64 opened this issue Feb 24, 2023 · 1 comment

Comments

@msherman64
Copy link
Contributor

self.conn.compute.add_floating_ip_to_server(self.server.id, self.ip)

So far as I can tell, this API method was deprecated in compute API microversion 2.44, and returns a 404 if a newer microversion is specified.

Newer versions of the API and SDK reference neutron's "floating IP update" instead.

The high level methods being either of:

@robertu94
Copy link

I think I am having this issue too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants