Searched defs:exception (Results 1 - 6 of 6) sorted by relevance

/solaris-userland/components/python/os-brick/files/solaris/
H A Dsolarisfc.py26 from os_brick import exception namespace
185 raise exception.NoFibreChannelVolumeDeviceFound()
H A Dsolarisiscsi.py26 from os_brick import exception namespace
138 raise exception.VolumeDeviceNotFound(device=host_device)
/solaris-userland/components/openstack/cinder/files/solaris/
H A Dnfs.py28 from cinder import exception namespace
167 raise exception.NfsNoSharesMounted()
202 raise exception.NfsNoSuitableShareFound(
215 raise exception.ExtendVolumeError(reason='Insufficient space to'
H A Dzfs.py35 from cinder import exception namespace
149 raise exception.InvalidInput(reason=exception_message)
167 raise exception.VolumeBackendAPIException(data=exception_message)
309 raise exception.VolumeBackendAPIException(data=msg)
336 raise exception.VolumeBackendAPIException(data=msg)
500 raise exception.VolumeBackendAPIException(data=msg)
518 raise exception.ManageExistingInvalidReference(
545 raise exception.InvalidInput(reason=msg)
656 raise exception.VolumeBackendAPIException(data=err_msg)
676 raise exception
[all...]
/solaris-userland/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py48 from ironic.common import boot_devices, exception, images, keystone, states, \
201 :param raise_exception: Wheter to raise exception or not
220 raise exception.SSHCommandFailed(cmd=ssh_cmd)
242 raise exception.MissingParameterValue(_(
270 raise exception.InvalidParameterValue(_(
289 raise exception.InvalidParameterValue(_(
310 # raise an exception
312 raise exception.MissingParameterValue(_(
315 raise exception.InvalidParameterValue(_(
323 raise exception
49 utils namespace
[all...]
/solaris-userland/components/openstack/nova/files/solariszones/
H A Ddriver.py66 from nova import exception namespace
227 exception into a sensible error string that can be logged. Newlines
230 If the exception was something other than rad.client.ObjectError,
248 class MemoryAlignmentIncorrect(exception.FlavorMemoryTooSmall):
309 raise exception.OverQuota(overs='volumes')
312 raise exception.InvalidInput(reason=reason)
356 LOG.exception(_("Unable to initialize editing of instance '%s' "
362 """looks for any kind of exception before exiting. If one is found,
363 cancel any configuration changes and reraise the exception. If not,
367 # We received some kind of exception
[all...]

Completed in 39 milliseconds