From 6d94b489ab59858f79356ab1ffbc6c3e3cc69fe0 Mon Sep 17 00:00:00 2001 From: Sean Handley Date: Thu, 21 Jul 2016 10:18:46 +0100 Subject: [PATCH] Otherwise getting the private IP fails. Change-Id: I92bb930c6c05f3c28e03e105f517cd2ff2eb9dc4 --- firstapp/samples/fog/getting_started.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/firstapp/samples/fog/getting_started.rb b/firstapp/samples/fog/getting_started.rb index 5833bd167..894989080 100755 --- a/firstapp/samples/fog/getting_started.rb +++ b/firstapp/samples/fog/getting_started.rb @@ -110,6 +110,7 @@ else testing_instance.wait_for { ready? } end +testing_instance.reload p conn.servers.summary # step-13