Browse Source
In patch [1] it introduced a binding of DB uniq constraint for L3 agent gateway. In some extreme case the DvrFipGatewayPortAgentBinding is in DB while the gateway port not. The current code path only checks the binding existence which will pass a "None" port to the following code path that results an AttributeError. This patch adds a simple check for that gateway port, if it is not created, new one. [1] https://review.opendev.org/#/c/702547/ Closes-Bug: #1883089 Change-Id: Ia90f2ee435b0a3476dbea028d3200cefe11e35e4changes/32/735432/3
2 changed files with 38 additions and 1 deletions
Loading…
Reference in new issue