Searched defs:exceptions (Results 1 - 5 of 5) sorted by relevance

/solaris-userland-s11u3/components/openstack/neutron/files/agent/solaris/
H A Ddhcp.py30 from neutron.common import exceptions namespace
198 raise exceptions.Conflict()
233 raise exceptions.Conflict()
H A Dinterface.py27 from neutron.common import exceptions namespace
38 class EVSControllerError(exceptions.NeutronException):
/solaris-userland-s11u3/components/openstack/horizon/files/
H A Dlocal_settings.py5 from openstack_dashboard import exceptions namespace
86 'exceptions': {'recoverable': exceptions.RECOVERABLE,
87 'not_found': exceptions.NOT_FOUND,
88 'unauthorized': exceptions.UNAUTHORIZED},
H A Doverrides.py22 from horizon import exceptions namespace
89 exceptions.handle(request, _('Unable to retrieve extensions '
156 exceptions.handle(request, ignore=True)
/solaris-userland-s11u3/components/openstack/neutron/files/evs/
H A Dplugin.py36 from neutron.common import exceptions namespace
80 class EVSControllerError(exceptions.NeutronException):
87 class EVSOpNotSupported(exceptions.NeutronException):
94 class EVSNotFound(exceptions.NeutronException):
561 raise exceptions.NetworkInUse(net_id=id)

Completed in 29 milliseconds