Creating Neutron Router in OpenStack
1. Manage Router OpenStack manage router command neutron manage router command 2. Create Router Use neutron command: neutron router-create router name For example: neutron router-create route-10 Use OpenStack command: openstack router create router name For example: openstack router create router-10 The command feedback is too much, truncated and incomplete. 3. Create Router Gateway Interface Creating … Read more