Home
last modified time | relevance | path

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

/tools/acloud/delete/
Ddelete.py181 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/
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.py121 user=self._avd_spec.host_user,
127 self._ssh, ip, self._avd_spec.host_user)
/tools/acloud/create/
Davd_spec.py301 self._host_user = args.host_user
879 def host_user(self): member in AVDSpec
Dcreate_args_test.py44 host_user=constants.GCE_USER,
Dcreate_args.py545 if args.host_user != constants.GCE_USER and args.remote_host is None: