neutron/releasenotes/notes/bug-1996677-64851b476a0c5a37.yaml
hailun.huang 686698284b 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
2022-11-21 09:42:35 +00:00

7 lines
199 B
YAML

---
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.