Lines Matching refs:host
61 def connect_tls(host, port=12302, locale=None, ca_certs=None):
65 host string, target host
85 sock.connect((host, port))
254 """Callback for volume attached to instance or host."""
291 """Piped execute on a remote host."""
292 LOG.debug(_("Piping cmd1='%s' into cmd='%s' on host '%s'") %
305 LOG.error(_("_remote_piped_execute: failed to host '%s' with "
308 msg = (_("Remote piped execution failed to host '%s'.") % ip)
454 LOG.debug(("Transfered src'%s' to dst'%s' on the host'%s'") %
566 def migrate_volume(self, context, volume, host):
572 :param host: a dictionary describing the host to migrate to
580 if 'capabilities' not in host:
581 LOG.debug(("No 'capabilities' is reported in the host'%s'") %
582 host['host'])
585 if 'location_info' not in host['capabilities']:
586 LOG.debug(("No 'location_info' is reported in the host'%s'") %
587 host['host'])
590 info = host['capabilities']['location_info']
1095 """Get the FC port WWNs of the host."""