ironic/releasenotes/notes/fix-noop-net-vif-list-a3d8ecee29097662.yaml
Mark Goddard 181005106b Fix VIF list for noop network interface
Creating a node with the noop network interface, then listing the node's
VIFs, e.g. via openstack baremetal node vif list <node>, ironic
previously returned a 500 internal server error. This change fixes the
issue by returning an empty list instead of None from the vif_list
method.

This change also adds unit tests to cover the noop network interface as
it previously had none.

Change-Id: I327c961f094528d46a78c26610d198ebc2a4f370
Closes-Bug: #1700497
2017-06-27 10:45:01 +01:00

6 lines
153 B
YAML

---
fixes:
- |
Fixes an issue with the 'noop' network interface where listing the VIFs for
a node fails with a HTTP 500 Internal Server Error.