On Jan 10, 2015, at 8:26 AM, Tomaz Muraus wrote:
> Iirc, this attribute is not populated immediately after create node
> returns. It takes a while, you can poll list nodes or use wait until
> running method.
got it , it works
n, ip = driver.wait_until_running(nodes=[node])[0]
thx
> On Jan 10
Iirc, this attribute is not populated immediately after create node
returns. It takes a while, you can poll list nodes or use wait until
running method.
On Jan 10, 2015 12:13 PM, "Sebastien Goasguen" wrote:
> Hi folks,
>
> quick one. How do I get the public IP of an EC2 instance.
>
> It seems nod
Hi folks,
quick one. How do I get the public IP of an EC2 instance.
It seems node.public_ips returns an empty list.
thanks,
-sebastien