File: floating_ip_normalization-41e0edcdb0c98aee.yaml

package info (click to toggle)
python-openstacksdk 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,712 kB
  • sloc: python: 127,028; sh: 153; makefile: 23
file content (10 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
---
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.