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:
parent
8476235b98
commit
9f1bf4de33
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ module Fog
|
|||
end
|
||||
|
||||
def private_ip_address
|
||||
nil
|
||||
interfaces.first
|
||||
end
|
||||
|
||||
def public_ip_address
|
||||
|
|
Loading…
Add table
Reference in a new issue