2267d458bb
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
11 lines
368 B
YAML
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.
|