>        String instanceName = args[2];
>        String zone = args[3];
> -      String googleUserName = args[4];
> -      String sshPrivateKey = Files.toString(new File(args[5]), 
> Charset.defaultCharset());
> +      String userName = System.getProperty("user.name");
> +      String sshPrivateKeyFileName = System.getProperty("user.home") + 
> "/.ssh/google_compute_engine";

Done.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/63/files#r17841423

Reply via email to