Home
last modified time | relevance | path

Searched refs:host_user (Results 1 – 6 of 6) sorted by relevance

/tools/acloud/delete/
Ddelete.py222 def CleanUpRemoteHost(cfg, remote_host, host_user, argument
243 user=host_user,
247 compute_client.InitRemoteHost(ssh, remote_host, host_user)
309 return CleanUpRemoteHost(cfg, args.remote_host, args.host_user,
/tools/acloud/reconnect/
Dreconnect.py49 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/
Dremote_instance_cf_device_factory.py127 user=self._avd_spec.host_user,
133 self._ssh, ip, self._avd_spec.host_user)
/tools/acloud/create/
Dcreate_args_test.py46 host_user=constants.GCE_USER,
Davd_spec.py316 self._host_user = args.host_user
925 def host_user(self): member in AVDSpec
Dcreate_args.py632 if args.host_user != constants.GCE_USER and args.remote_host is None: