ironic-inspector/releasenotes/notes/fix_llc_hook_bugs-efeea008c2f792eb.yaml
Sam Betts 20d941eeb1 LLC Hook: Fix patching Ironic ports
This patch corrects a problem with the LLC hook's use
of the node_info.patch_port function, ensuring the correct data is
passed to the function, not a unicode string.

This patch also ensures that the mac addresses for chassis-id and
port-id are passed to ironic in the expected Unix format. Ironic will
fail to validate the mac addresses without this.

Change-Id: Id5b729cd9e9beeb4f59ba6950162163d2fdf3a3a
Closes-Bug: #1629302
Closes-Bug: #1629303
2016-09-30 16:33:37 +01:00

7 lines
209 B
YAML

---
fixes:
- LLC hook now formats the chassis id and port id MAC addresses into Unix
format as expected by ironic.
- LLC hook ensures that correct port information is passed to patch_port
function