|
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:
python-chi/chi/server.py
Line 255 in 243dbf2
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: