summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-09-21 12:00:17 +0000
committerGerrit Code Review <review@openstack.org>2017-09-21 12:00:18 +0000
commita6cbc2d47b734909f21676eed2f569de953008ac (patch)
tree4a2df297c1ad0b67a50abee53bc2558158b85bee /releasenotes
parent4ce27f6522f139eee6799e80c55e0cc2f6ebe9ec (diff)
parente35f230e1a9374cebd6aa43761da2a49e7d5c204 (diff)
downloadironic-a6cbc2d47b734909f21676eed2f569de953008ac.tar.gz
Merge "Rework update_port_address logic"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-mac-address-update-with-contrail-b1e1b725cc0829c2.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-mac-address-update-with-contrail-b1e1b725cc0829c2.yaml b/releasenotes/notes/fix-mac-address-update-with-contrail-b1e1b725cc0829c2.yaml
new file mode 100644
index 000000000..019d876ef
--- /dev/null
+++ b/releasenotes/notes/fix-mac-address-update-with-contrail-b1e1b725cc0829c2.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - Fixed an issue when mac address update was called in the same
+ request with bind port which is not handled by some neutron
+ backends like contrail correctly.