Hello Orxan,

> it. I think this is related to google but after some research I am still
> clueless. Basically, I get following.
>
> Your browser has been opened to visit:
>
>     <the link>
>
> If your browser is on a different machine then exit and re-run this
> application with the command-line parameter
>
>   --noauth_local_webserver
>
> When I open the link and allow I get:
>
> This site can’t be reached
> localhost refused to connect.
> Search Google for localhost 8080
> ERR_CONNECTION_REFUSED

You might need to add:

    noath_local_webserver=yes

in your `[cloud/google]` configuration section.

(I thought this was documented somewhere, but it looks like it's not
in the docs -- I'll try to fix this tomorrow).

Full explanation about this "noauth_*" stuff is here:
http://oauth2client.readthedocs.io/en/latest/source/oauth2client.tools.html#oauth2client.tools.run_flow
In short, you want to use `noauth_local_webserver=true` when using
ElastiCluster not on a local machine (e.g., over SSH), or whenever
a browser session cannot be opened.

Ciao,
R

-- 
You received this message because you are subscribed to the Google Groups 
"elasticluster" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to