Skip to content

Commit

Permalink
Added private_ip to cloud-list output
Browse files Browse the repository at this point in the history
  • Loading branch information
auser committed Dec 11, 2009
1 parent d4904b3 commit dfc67c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cloud-list
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ EOS
msg << "#{k.capitalize} nodes"
msg << line
v.each do |a|
msg << " #{a.instance_id}\t#{a.status}\t#{a.public_ip}\t#{a.dns_name}"
msg << " #{a.instance_id}\t#{a.status}\t#{a.public_ip}\t#{a.private_ip}\t#{a.dns_name}"
end
msg << ""
end
Expand Down

0 comments on commit dfc67c3

Please sign in to comment.