mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #1073 from sage-andrew-taylor/master
Make private IP address available in Rackspace server
This commit is contained in:
commit
7b0b60bd4e
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ module Fog
|
|||
end
|
||||
|
||||
def private_ip_address
|
||||
nil
|
||||
addresses['private'].first
|
||||
end
|
||||
|
||||
def public_ip_address
|
||||
|
|
Loading…
Add table
Reference in a new issue