openstacksdk/releasenotes/notes/create_server_network_fix-c4a56b31d2850a4b.yaml
Monty Taylor a3cd1f0faf
Merge shade and occ releasenotes
Change-Id: I4d25c654ee3c298de03907b14161096a59d098db
2017-09-20 10:29:27 -05:00

7 lines
260 B
YAML

---
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.