This Page

The quantum.extensions.extraroute Module

class quantum.extensions.extraroute.Extraroute
classmethod get_alias()
classmethod get_description()
get_extended_resources(version)
classmethod get_name()
classmethod get_namespace()
classmethod get_updated()
exception quantum.extensions.extraroute.InvalidRoutes(**kwargs)

Bases: quantum.common.exceptions.InvalidInput

message = u'Invalid format for routes: %(routes)s, %(reason)s'
exception quantum.extensions.extraroute.RouterInterfaceInUseByRoute(**kwargs)

Bases: quantum.common.exceptions.InUse

message = u'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 quantum.extensions.extraroute.RoutesExhausted(**kwargs)

Bases: quantum.common.exceptions.BadRequest

message = u'Unable to complete operation for %(router_id)s. The number of routes exceeds the maximum %(quota)s.'