From 0d83d89dd28ddcb6324176e4685bf812037498ab Mon Sep 17 00:00:00 2001 From: Andy Watson Date: Thu, 26 Feb 2015 23:26:23 -0500 Subject: [PATCH] PR updates Signed-off-by: Andy Watson --- drivers/amazonec2/amazonec2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/amazonec2/amazonec2.go b/drivers/amazonec2/amazonec2.go index 800ced9d3f..a41fd038e6 100644 --- a/drivers/amazonec2/amazonec2.go +++ b/drivers/amazonec2/amazonec2.go @@ -281,7 +281,7 @@ func (d *Driver) Create() error { log.Debugf("created instance ID %s, IP address %s, Private IP address %s", d.InstanceId, d.IPAddress, - instance.NetworkInterfaceSet[0].PrivateIpAddress, + d.PrivateIPAddress, ) log.Infof("Waiting for SSH on %s:%d", d.IPAddress, 22)