efa openstack debug

Displays OpenStack debug information.

Syntax

efa openstack debug [ network | network-interface | tenant | router | router-interface | router-route ]
efa openstack debug network delete [--neutron-id id]

Deletes the network and its summary information.

efa openstack debug network-interface delete [--neutron-id id]

Deletes the network interface and its summary information.

efa openstack debug tenant cleanup [--name name ]

Deletes a network.

efa openstack debug router delete [id]

Deletes the router and its summary information.

efa openstack debug router-interface delete [--router-id id --subnet-id id]

Deletes the router interface and its summary information.

efa openstack debug router-route delete [--router-id id | --destination cidr | --nexthop ip ]

Deletes the router route.

Parameters

cleanup
Cleans up all OpenStack assets associated with a tenant.
delete
Deletes the selected network element.
network
Specifies network commands.
network-interface
Specifies network interface commands.
tenant
Specifies tenant commands.
router
Specifies router commands.
--router-interface
Specifies router interface commands.
--neutron-id id
Specifies the Neutron ID of the network.
--router-id id
Specifies a comma-separated range of router IDs.
--subnet-id id
Specifies the subnet ID.
--name name
Specifies the name of the tenant.
--destination cidr
Specifies the destination CIDR (classless inter-domain routing).
--nexthop ip
Specifies the IP address of the next hop.