Description of problem: Overcloud deployment using below OVN environment file results in centralized routing. DVR seems to be disabled. -e /usr/share/openstack-tripleo-heat-templates/environments/services-docker/neutron-ovn-dvr-ha.yaml $ openstack router show main | distributed | False
Hi Varun, OVN doesn't implemented the Neutron 'distributed' API extension. In other words, it doesn't populate the 'distributed' router attribute. Routers are distributed nevertheless. You can traceroute a VM's FIP to see which hops it goes through to verify. *** This bug has been marked as a duplicate of bug 1565126 ***