summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-04-25 12:54:29 +0000
committerGerrit Code Review <review@openstack.org>2022-04-25 12:54:29 +0000
commitcab15b15e2dd40b799aedd68e1e5b32531543e76 (patch)
tree571bd363126db12979c18e062e512170ffe2278c /releasenotes
parent3d46c1a7e295b5728a76932b5b5b1123d1bf6478 (diff)
parent4e78aaa694683f812d091a794bd140a7d363dd9b (diff)
downloadneutron-cab15b15e2dd40b799aedd68e1e5b32531543e76.tar.gz
Merge "Update port MAC from binding profile for PFs"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1942329-7687504f9b177f80.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1942329-7687504f9b177f80.yaml b/releasenotes/notes/bug-1942329-7687504f9b177f80.yaml
new file mode 100644
index 0000000000..707e6aba19
--- /dev/null
+++ b/releasenotes/notes/bug-1942329-7687504f9b177f80.yaml
@@ -0,0 +1,14 @@
+---
+fixes:
+ - |
+ `1942329 <https://bugs.launchpad.net/neutron/+bug/1942329>`_
+ Port binding logic for direct-physical ports has been extended to allow
+ providing the MAC address of the physical device via the binding profile.
+ If it is provided then Neutron overwrites the value of the
+ ``device_mac_address`` field of the port object in the database with the
+ value from the active binding profile.
+ If there are ports bound before `the nova side of this fix is depolyed
+ <https://review.opendev.org/c/openstack/nova/+/829248>`_ then the VM using
+ the port needs to be moved or the port needs to be detached and re-attached
+ to force nova to provide the MAC address of the direct-physical port in the
+ port binding.