fa2179278f
Neutron allows deleting the only IP of a router port but the OVN NB DB doesn't, since it expects that the network value of a port is greater than 0. This should not be possible since it causes that the DB are not perfectly sync. It is needed to check BEFORE_UPDATE if the port that will be updated is of type router owned and if it will have an IP after the update. If not an error needs to be raised. Closes-Bug: #1948457 Change-Id: I206c31201470f178efdde8839622be7900c6ae3e
7 lines
240 B
YAML
7 lines
240 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Changes the API behaviour while using OVN driver to enforce that it's not possible to delete
|
|
all the IPs from a router port.
|
|
For more info see `bug LP#1948457 <https://bugs.launchpad.net/neutron/+bug/1948457>`_
|