summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-mac-address-48060f9e2847a38c.yaml
diff options
context:
space:
mode:
authorNaohiro Tamura <naohirot@jp.fujitsu.com>2016-03-31 01:01:17 +0900
committerNaohiro Tamura <naohirot@jp.fujitsu.com>2016-03-31 11:25:07 +0900
commitdf06a848f12d2d4712fc2fc59976d0ddc44dbddc (patch)
treefb722771a7ce5494563c6de0f96b667f4e335823 /releasenotes/notes/fix-mac-address-48060f9e2847a38c.yaml
parent998af9a303626b6b2b401f30567383640b05c2ae (diff)
downloadironic-df06a848f12d2d4712fc2fc59976d0ddc44dbddc.tar.gz
Normalize MAC OctetString to fix InvalidMAC exception
This patch adds a step of MAC OctetString normalization to fix InvalidMAC exception in iRMC inspection module. Closes-Bug: #1564190 Change-Id: Ic2a5aaf2beadf06d69864ac7ea0d7a9aadebdc83
Diffstat (limited to 'releasenotes/notes/fix-mac-address-48060f9e2847a38c.yaml')
-rw-r--r--releasenotes/notes/fix-mac-address-48060f9e2847a38c.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-mac-address-48060f9e2847a38c.yaml b/releasenotes/notes/fix-mac-address-48060f9e2847a38c.yaml
new file mode 100644
index 000000000..448459867
--- /dev/null
+++ b/releasenotes/notes/fix-mac-address-48060f9e2847a38c.yaml
@@ -0,0 +1,3 @@
+---
+fixes:
+ - This fixes InvalidMAC exception of iRMC out-of-band inspection.