ironic-inspector/releasenotes/notes/fix-pxe-filter-get-blacklist-2dde59d51c1d010f.yaml
Dongcan Ye dc7e4d26ae pxe_filter: fix get blacklist error
According to [1], the Port address and extra
field in the same level.

Method _get_blacklist should pass port list instead
port.address list for InfiniBand mapping.

[1] https://github.com/openstack/ironic/blob/master/ironic/objects/port.py

Story: 2005729
Task: 31077
Change-Id: Iedc321c840f18fc1aa856b857da2c35318a538ae
2019-05-18 08:38:29 +00:00

7 lines
180 B
YAML

---
fixes:
- |
Fixes an issue while mapping port InfiniBand MAC
address to EthernetOverInfiniBand MAC. Prior to this fix,
it will fail to map and raise an exception.