Searched refs:host_user (Results 1 – 6 of 6) sorted by relevance
/tools/acloud/delete/ |
D | delete.py | 181 def CleanUpRemoteHost(cfg, remote_host, host_user, argument 202 user=host_user, 206 compute_client.InitRemoteHost(ssh, remote_host, host_user) 264 return CleanUpRemoteHost(cfg, args.remote_host, args.host_user,
|
/tools/acloud/reconnect/ |
D | reconnect.py | 49 def _IsWebrtcEnable(instance, host_user, host_ssh_private_key_path, argument 65 ssh = ssh_object.Ssh(ip=ssh_object.IP(ip=instance.ip), user=host_user,
|
/tools/acloud/public/actions/ |
D | remote_instance_cf_device_factory.py | 121 user=self._avd_spec.host_user, 127 self._ssh, ip, self._avd_spec.host_user)
|
/tools/acloud/create/ |
D | avd_spec.py | 301 self._host_user = args.host_user 879 def host_user(self): member in AVDSpec
|
D | create_args_test.py | 44 host_user=constants.GCE_USER,
|
D | create_args.py | 545 if args.host_user != constants.GCE_USER and args.remote_host is None:
|