File: create_server_network_fix-c4a56b31d2850a4b.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 (6 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
---
fixes:
  - The create_server() API call would not use the supplied 'network'
    parameter if the 'nics' parameter was also supplied, even though it would
    be an empty list. It now uses 'network' if 'nics' is not supplied or if
    it is an empty list.