Commit 7f1bc37
committed
Fix
As the method description says, the ``ChassisAgentWriteEvent`` uses the
``Chassis_Private.chassis`` information to update the local OVN agent
cache. If there is no chassis, the match should not pass.
This method was updated in [1], during the backwards compatibility
removal. This condition was incorrectly refactored.
[1]https://review.opendev.org/c/openstack/neutron/+/904238
Related-Bug: #2002839
Signed-off-by: Rodolfo Alonso Hernandez <ralonsoh@redhat.com>
Change-Id: I4b4768e0ee3c607dcc8511d7f1b5764d1fd0a63a
(cherry picked from commit bf9e039)ChassisAgentWriteEvent match condition1 parent 9835a8d commit 7f1bc37
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
| 343 | + | |
343 | 344 | | |
344 | 345 | | |
345 | 346 | | |
| |||
0 commit comments