1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[brightbox] Set Server#private_ip_address to be the first interface

This commit is contained in:
Paul Thornthwaite 2011-03-03 01:43:11 +08:00 committed by Wesley Beary
parent 8476235b98
commit 9f1bf4de33

View file

@ -72,7 +72,7 @@ module Fog
end
def private_ip_address
nil
interfaces.first
end
def public_ip_address