neutron/neutron/tests/unit/services
Maciej Józefczyk 45ae9dfb7d [OVN] Delete NAT entry first on any FIP update
For now while updating FIP  check if port or logical_ip
has changed and only then we deleted the NAT entry.

Unfortunately each time when FIP update occurs the
method _create_or_update_floatingip() is used. It first deletes
LSP pointed by FIP and adds it again along with new NAT entries.
Based on author comment this actions are required.

So if we don't update FIP with logical_ip or new port_id,
like update a description, the NAT entries gets duplicated.

Since all is wrapped withing a transaction and to not wait for
proper fix (this code need sa refactor based on commments with NAT
external_id column) I think thats safe just to delete the NAT entry
in such situation like described above.

Change-Id: Iea532e2a02b7992305d1b90aa040e064901c340c
Related-Bug: #1859977
2020-01-20 15:29:26 +00:00
..
auto_allocate remove neutron.common.exceptions 2019-02-01 14:35:00 -07:00
conntrack_helper Conntrack Helper - Plugin 2019-08-29 10:41:04 +02:00
l3_router Start enforcing E125 flake8 directive 2019-07-19 23:39:41 -04:00
logapi Start enforcing E125 flake8 directive 2019-07-19 23:39:41 -04:00
metering Retry creating iptables managers and adding metering rules 2019-07-13 16:10:19 +03:00
network_segment_range Fix error 500 during segment range creation 2019-04-05 10:26:36 +02:00
ovn_l3 [OVN] Delete NAT entry first on any FIP update 2020-01-20 15:29:26 +00:00
placement_report Locate RP-tree parent by hypervisor name 2019-12-10 10:21:53 +01:00
portforwarding Start enforcing E125 flake8 directive 2019-07-19 23:39:41 -04:00
qos [OVN] Import OVN Client, L3 and QoS related code 2019-12-14 19:17:40 +00:00
revisions Use created subnet in port generator in "test_port_ip_update_revises" 2019-05-14 10:05:17 +00:00
trunk Set binding profile directly from OVNTrunkDriver (redo cont.) 2020-01-09 14:23:28 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_provider_configuration.py Remove Neutron LBaaS 2019-09-20 07:46:06 +00:00