ironic/releasenotes/notes/dont-validate-local_link_connection-when-port-has-client-id-8e584586dc4fca50.yaml
Moshe Levi dcebb77d9d Don't validate local_link_connection when port has client-id
Infiniband ports do not require the local_link_connection field to be
populated as the network topology is discoverable by the Infiniband
Subnet Manager.

This change removes the requirement for local_link_connection for
Infiniband ports. Infiniband ports have a client-id in their extra
field.

Closes-Bug: #1753222
Change-Id: I2bfac4ccaf825bd9aa8ea0d2b447fcd7767acbc5
2018-03-06 15:37:39 +00:00

8 lines
312 B
YAML

---
fixes:
- |
Fixes an issue with validation of Infiniband ports. Infiniband ports do not
require the ``local_link_connection`` field to be populated as the network
topology is discoverable by the Infiniband Subnet Manager. See `bug 1753222
<https://launchpad.net/bugs/1753222>`_ for details.