DescriptionLucas Alvares Gomes
2020-06-22 09:23:14 UTC
Reference: https://docs.openstack.org/neutron/latest/admin/config-az.html
For feature parity, OVN needs to add support for the "router_availability_zone" extension.
This means that, when scheduling the logical router ports the OVN driver should take in consideration the router availability zones hints and only schedule the ports onto the nodes (or chassis in OVN terms) that belongs to those availability zones.
Differently from ML2/OVS, the OVN driver does not have L3 agents running on nodes such as networker nodes so we can't reuse the same agents configuration option. In OVN we will need to find another place to put this information.