The midonet.neutron.services.l2gateway.exceptions Module

exception midonet.neutron.services.l2gateway.exceptions.MidonetL2GatewayConnectionExists(**kwargs)

Bases: neutron_lib.exceptions.InUse

message = u’L2 Gateway Connection related to specified L2 Gateway %(l2_gateway_id)s already exists’
exception midonet.neutron.services.l2gateway.exceptions.MidonetL2GatewayUnavailable(**kwargs)

Bases: neutron_lib.exceptions.ServiceUnavailable

message = u’Midonet L2 Gateway Service is unavailable because Gateway Device Management Service is disabled.’