File: v4-fixed-ip-325740fdae85ffa9.yaml

package info (click to toggle)
python-openstacksdk 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,352 kB
  • sloc: python: 122,960; sh: 153; makefile: 23
file content (7 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
---
fixes:
  - |
    Re-added support for `v4-fixed-ip` and `v6-fixed-ip` in the `nics`
    parameter to `create_server`. These are aliaes for `fixed_ip` provided
    by novaclient which shade used to use. The switch to REST didn't include
    support for these aliases, resulting in a behavior regression.