python-novaclient/releasenotes/notes/fix-booting-with-multiple-nics-c6e5885b948d35ba.yaml
huangtianhua 0a3cf89c67 Allow boot server with multiple nics
Trying to boot a server while specifying multiple
--nic parameters leads to an error: Invalid nic
argument.
This patch fixes it.

Change-Id: I662fd366df8e79db1966d45a9e090087dbace4b0
Closes-Bug: #1706597
2017-08-10 09:57:52 +08:00

5 lines
142 B
YAML

---
fixes:
- Fix an ability to boot server with multiple nics which was broken with
microversion 2.42 (fix tag attribute disappearing).