The networking API v2 specification, which is implemented by openstack neutron, features an optional routes parameter - when updating a router(PUT requests). [1]. Static routes are crucial for routers to handle traffic from subnets not directly connected to a router. Currently, openstack ansible is missing the ability to do this: [2] There is an opened bug for python-shade that requests this feature as well, since I'm assuming it is a dependency of yours: [3]. Additional info: [1]: https://developer.openstack.org/api-ref/network/v2/#routers-routers [2]: https://docs.ansible.com/ansible/latest/modules/os_router_module.html [3]: https://bugzilla.redhat.com/show_bug.cgi?id=1593643
networking-ansible no longer supported closing wontfix Should the situation change, please discuss with PM for reconsideration