Searched refs:exceptions (Results 1 - 8 of 8) sorted by relevance

/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/agent/solaris/
H A Dinterface.py27 from neutron.common import exceptions namespace
38 class EVSControllerError(exceptions.NeutronException):
H A Ddhcp.py30 from neutron.common import exceptions namespace
198 raise exceptions.Conflict()
233 raise exceptions.Conflict()
/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)
/solaris-userland-s11u3/components/openstack/neutron/files/agent/
H A Devs_l3_agent.py41 from neutron.common import exceptions as n_exc
/solaris-userland-s11u3/components/nmap/
H A Dnmap.license11 * Foundation; Version 2 with the clarifications and exceptions described *
350 exceptions for this. Our decision will be guided by the two goals of
/solaris-userland-s11u3/components/openstack/nova/files/solariszones/
H A Ddriver.py40 from cinderclient import exceptions as cinder_exception
43 from keystoneclient import exceptions as keystone_exception
2024 # here. Just catch any stray exceptions and allow destroy to
3318 # here. Just catch any stray exceptions and allow destroy to

Completed in 64 milliseconds