ironic/releasenotes/notes/validate-port-info-before-using-it-e26135982d37c698.yaml
Vasyl Saienko 56570b1f41 Validate port info before assume we may use it
Ironic 'neutron' network driver requires local_link_connection to be
present on ironic port to be able to work with it (plug to specific
network).
This patch ignores ironic ports without local_link_connection when
attaching VIF to node with 'neutron' network driver.
Also make sure that we do not pick such port for provisioning and
cleaning.

Closes-Bug: #1653249

Change-Id: Icb8298b9be0d8ba62192580263feafa0e1708129
2017-01-27 12:52:21 +02:00

6 lines
168 B
YAML

---
fixes:
- Fixes an issue when attaching VIF to a port with missed
``local_link_connection`` field was allowed when node network
interface was ``neutron``.