ironic/releasenotes/notes/fail-when-vif-port-id-is-missing-7640669f9d9e705d.yaml
Vasyl Saienko de9e581cd7 Update configure_tenant_networks
If there is no port.extra['vif_port_id'] in any ironic port deployment
should fail, since instance will not be plugged to tenant network.
This patch updates configure_tenant_networks() accordingly.

Closes-Bug: #1621783
Change-Id: I3631027853ccfb3857425f98ead7981ae1f603d5
2016-10-11 13:11:25 +03:00

6 lines
157 B
YAML

---
fixes:
- Fail deployment when no ports or port groups are linked to
a node. This is to avoid active nodes not connected to any
tenant network.