7703aab662
The Ironic API has a validation on the LocalLinkConnectionType to ensure all mandatory values are included. Handle failures which could occur if the switch does not send all mandatory fields. Change-Id: I8716a69586265a58520cc2c6bc0bbc00a7c159da Story: 2004238 Task: 27761
7 lines
270 B
YAML
7 lines
270 B
YAML
---
|
|
fixes:
|
|
- Fixes issue that can result in introspection failure when a network switch
|
|
sends incomplete information for LLDP switch_id or port_id. The validation
|
|
expects these fields when a port is updated, this fix now handles the
|
|
validation exception.
|