January 2018
Intermediate to advanced
398 pages
7h 54m
English
Routers in OpenStack can be deleted using the openstack router delete command. Before a router can be deleted, all subnets/ports attached to the router must be detached. This will cause a disruption of traffic for any instance connected to a network behind the router. Subnets can be detached using the openstack router remove subnet or openstack router remove port commands.
When deleting a router, the following information will be necessary:
To delete a router in OpenStack, issue the following command:
openstack router delete COOKBOOK_ROUTER_DVR
No output is given. However, the operation can be verified using the openstack router list command:
Deleted routers will no longer appear in the ...
Read now
Unlock full access