openstack router

Creates a router

Syntax

openstack router [ --distributed | --centralized--help ]

Parameters

create
Creates a router
--centralized
Creates a router in centralized mode (default).
--distributed
Creates a router in distributed mode.
--help
Provides help for execution.

This example creates two routers, R1 and R2, in centralized and distributed modes respectively.

$ openstack router create R1 --centralized 
$ openstack router create R2 --distributed