de9e581cd7
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
6 lines
157 B
YAML
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.
|