Searched defs:driver (Results 1 - 4 of 4) sorted by relevance

/solaris-userland-s11u3/components/openstack/nova/files/solariszones/
H A D__init__.py19 from nova.virt.solariszones import driver namespace
21 SolarisZonesDriver = driver.SolarisZonesDriver
H A Ddriver.py70 from nova.virt import driver namespace
447 class SolarisZonesDriver(driver.ComputeDriver):
542 """Initialize anything that is necessary for the driver to function,
549 """Clean up anything that is necessary for the driver gracefully stop,
1087 driver types.
1231 msg = _("Detected 'local' zvol driver volume type "
1260 msg = _("Unsupported volume driver type '%s' can not be used "
3207 a driver that manages only one node can safely ignore this
3349 raise NotImplementedError(_("Hypervisor driver does not support "
3661 This is an optional driver metho
[all...]
/solaris-userland-s11u3/components/openstack/cinder/files/zfssa/
H A Dzfssaiscsi.py26 from cinder.volume import driver namespace
88 class ZFSSAISCSIDriver(driver.ISCSIDriver):
89 """ZFSSA Cinder volume driver"""
180 """Check that driver can login.
/solaris-userland-s11u3/components/openstack/cinder/files/solaris/
H A Dzfs.py36 from cinder.volume import driver namespace
94 """OpenStack Cinder ZFS volume driver for generic ZFS volumes.
97 1.0.0 - Initial driver with basic functionalities in Havana
724 class ZFSISCSIDriver(STMFDriver, driver.ISCSIDriver):
824 # earlier versions of the volume driver
898 The iSCSI driver returns a driver_volume_type of 'iscsi'.
899 The format of the driver data is defined in _get_iscsi_properties.
938 class ZFSFCDriver(STMFDriver, driver.FibreChannelDriver):
1147 The driver returns a driver_volume_type of 'fibre_channel'.

Completed in 949 milliseconds