neutron_lib.exceptions.extraroute module¶
- exception neutron_lib.exceptions.extraroute.InvalidRoutes(**kwargs)¶
Bases:
InvalidInput
- message = 'Invalid format for routes: %(routes)s, %(reason)s'¶
- exception neutron_lib.exceptions.extraroute.RouterInterfaceInUseByRoute(**kwargs)¶
Bases:
InUse
- message = 'Router interface for subnet %(subnet_id)s on router %(router_id)s cannot be deleted, as it is required by one or more routes.'¶
- exception neutron_lib.exceptions.extraroute.RoutesExhausted(**kwargs)¶
Bases:
BadRequest
- message = 'Unable to complete operation for %(router_id)s. The number of routes exceeds the maximum %(quota)s.'¶