summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorhailun.huang <hailun.huang@easystack.cn>2022-11-16 09:35:22 +0000
committerhailun.huang <hailun.huang@easystack.cn>2022-11-21 09:42:35 +0000
commit686698284b3553001398f65614c6521359bc45aa (patch)
tree29e3e923f95c881ac92633faec69dc374d865694 /releasenotes
parenta358bb802bb99b6c89e0acfe0a77ad45612c825e (diff)
downloadneutron-686698284b3553001398f65614c6521359bc45aa.tar.gz
Update tap ip in metadata agent when metadata port ip updated
Update neutron-ovn-metadata-agent, catch port_binding update event of monitoring localport type, and judge if the neutron:cidrs field in the external_ids of port_binding table has changed, then update_datapath. Closes-Bug: #1996677 Change-Id: Ibdc1b385b07a2ab1ca8e4b6278f6d39fb5839509
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1996677-64851b476a0c5a37.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1996677-64851b476a0c5a37.yaml b/releasenotes/notes/bug-1996677-64851b476a0c5a37.yaml
new file mode 100644
index 0000000000..0743a61788
--- /dev/null
+++ b/releasenotes/notes/bug-1996677-64851b476a0c5a37.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ `1996677 <https://bugs.launchpad.net/neutron/+bug/1996677>`_
+ When the fixed_ips of metadata port is modified, the ip address of
+ tap device in metadata agent is modified.