Searched refs:driver (Results 1 - 12 of 12) sorted by relevance
/solaris-userland-s11u3/components/openstack/nova/files/solariszones/ |
H A D | __init__.py | 19 from nova.virt.solariszones import driver namespace 21 SolarisZonesDriver = driver.SolarisZonesDriver
|
H A D | driver.py | 70 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/php-5_3/ |
H A D | php-mysql.license | 178 MySQL driver for PDO
|
/solaris-userland-s11u3/components/open-fabrics/libmlx4/ |
H A D | Makefile | 49 cp mlx4.driver.i386 $(@D)/mlx4.driver; \ 51 cp mlx4.driver.sparc $(@D)/mlx4.driver; \
|
/solaris-userland-s11u3/components/openstack/neutron/files/agent/ |
H A D | evs_l3_agent.py | 103 # driver just returns if datalink and IP interface already exists 104 self.driver.plug(port['tenant_id'], port['network_id'], port['id'], 107 self.driver.init_l3(internal_dlname, ip_cidrs) 225 self.driver.fini_l3(internal_dlname) 226 self.driver.unplug(internal_dlname) 260 # self.driver.init_l3(interface_name, ip_cidrs=ip_cidrs, 278 self.driver.fini_l3(stale_dev) 279 self.driver.unplug(stale_dev) 420 self.driver.plug(ex_gw_port['tenant_id'], 425 self.driver [all...] |
/solaris-userland-s11u3/components/openstack/neutron/files/agent/solaris/ |
H A D | dhcp.py | 255 self.driver.plug(network.tenant_id, network.id, 268 self.driver.init_l3(interface_name, ip_cidrs, addrconf=addrconf) 275 self.driver.fini_l3(device_name) 276 self.driver.unplug(device_name)
|
/solaris-userland-s11u3/components/unixodbc/ |
H A D | Makefile | 85 CONFIGURE_OPTIONS += --enable-driver-conf=yes
|
/solaris-userland-s11u3/components/openstack/nova/ |
H A D | Makefile | 87 files/solariszones/driver.py \
|
/solaris-userland-s11u3/components/openstack/cinder/files/zfssa/ |
H A D | zfssaiscsi.py | 26 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/neutron/ |
H A D | Makefile | 48 03-metadata-driver-solaris.patch \
|
/solaris-userland-s11u3/components/openstack/cinder/files/solaris/ |
H A D | zfs.py | 36 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'.
|
/solaris-userland-s11u3/components/openstack/ironic/files/drivers/modules/ |
H A D | solaris_ipmitool.py | 112 title='Options for the Automated Install driver') 242 " to IPMI driver: %s.") % missing_info) 328 This uses the lanplus interface to communicate with the BMC device driver. 1415 """Return Solaris driver properties""" 1419 """Validate the driver-specific Node deployment info. 1470 # Ensure ai_service is valid if specified in driver 1870 """Return Solaris driver properties""" 1879 driver=self.__class__.__name__, 2105 """Return Solaris driver properties""" 2814 """Generic Solaris IPMI driver exceptio [all...] |
Completed in 309 milliseconds