neutron/releasenotes/notes/ovn-l3-router-ha-enablement-24c5a5f9fc763db1.yaml
Rodolfo Alonso Hernandez b8953b543a [OVN] Enable "ha" API flag for OVN routers
The "ha" API flag is now enabled for the OVN routers. Because of the
current implementation, this flag must be always "True". When a new
router is created, this flag is always set. If an OVN router is
explicitly created or updated with "--no-ha" (ha=False), the server
will raise an InvalidInput exception.

Depends-On: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/911081

Closes-Bug: #2020823
Change-Id: I60ff33680dd5397a226a9051d51bfb0701f862b5
2024-03-06 18:42:29 +00:00

8 lines
269 B
YAML

---
features:
- |
Enabled the ``ha`` API extension for OVN routers. Now the high
availability flag ``ha`` can be set and read for OVN routers. NOTE:
currently OVN routers are always HA; the flag is mandatory
and cannot be unset (but now can be read).