openstacksdk/releasenotes/notes/floating_ip_normalization-41e0edcdb0c98aee.yaml
Artem Goncharov 2267d458bb Stop normalizing floating ips
Next steps of a cleanup of the cloud layer are:
- stop doing normalization of floating ips in case of neutron
- stop inheriting from _normalize in the floating_ip class (move 2
  required functions locally). Soon this is going to be reworked in
  favor of making better object support for those still using nova
  networking

Change-Id: If67c2f8b78240c03f86daefcf0f472502821365a
2022-11-21 16:24:18 +00:00

11 lines
368 B
YAML

---
upgrade:
- |
No Munch conversion and normalization of the floating ips is happening
anymore. For Neutron network a pure FloatingIP object is being returned,
for Nova still munch object.
deprecations:
- |
search_floating_ips method is deprecated and should not be used anymore. It
is going to be dropped approximately after one major cycle.