Commit 02c4820
committed
Fix functional test failure due to OVN commit
A recent commit to OVN branch-26.03 broke the gate.
northd: Clear stale LSP tags on tag_request removal.
That patch presumes that tags are set via 'tag_request' which it
looks like we should have been doing all along, but
create_provnet_port() only set the tag directly. In this case,
the tag now gets removed and test_network_segments_localnet_ports
fails.
For now, this patch just adds the tag_request and sets the tag both
because I'm not sure whether there should be any changes to the OVN
patch and because it still works.
Obviously it would also be possible to set a more static OVN target
requiremnt--there are tradeoffs there.
Closes-Bug: #2155789
Change-Id: I0e8b3391ba385bb98af52e153e12cf7372e4bfb5
Signed-off-by: Terry Wilson <twilson@redhat.com>1 parent 8effa8b commit 02c4820
2 files changed
Lines changed: 4 additions & 0 deletions
File tree
- neutron
- plugins/ml2/drivers/ovn/mech_driver/ovsdb
- tests/unit/plugins/ml2/drivers/ovn/mech_driver
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2186 | 2186 | | |
2187 | 2187 | | |
2188 | 2188 | | |
| 2189 | + | |
2189 | 2190 | | |
2190 | 2191 | | |
2191 | 2192 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1034 | 1034 | | |
1035 | 1035 | | |
1036 | 1036 | | |
| 1037 | + | |
1037 | 1038 | | |
1038 | 1039 | | |
1039 | 1040 | | |
| |||
4027 | 4028 | | |
4028 | 4029 | | |
4029 | 4030 | | |
| 4031 | + | |
4030 | 4032 | | |
4031 | 4033 | | |
4032 | 4034 | | |
| |||
4047 | 4049 | | |
4048 | 4050 | | |
4049 | 4051 | | |
| 4052 | + | |
4050 | 4053 | | |
4051 | 4054 | | |
4052 | 4055 | | |
| |||
0 commit comments