Types of routers

Neutron routers act as the default gateway for connected tenant networks and provide outbound and inbound connectivity to the instances they service. Neutron provides three types of routers to users:

  • Standalone
  • Highly available
  • Distributed

Routers can be created in both the Horizon dashboard and via the Neutron CLI. As an ordinary user, the type of router that is created via the API is predetermined, based on a combination of settings found in the Neutron server and L3 agent configuration files. Users with the admin role are free to define the type of router to be created using the router-create command, using the following flags:

--distributed {true | false}
--ha {true | false}

Neutron does not expose the router type to users via ...

Get OpenStack Networking Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.