1
0
Fork 0
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:
Brad Gignac 2012-11-01 08:38:02 -07:00
commit 7b0b60bd4e

View file

@ -48,7 +48,7 @@ module Fog
end
def private_ip_address
nil
addresses['private'].first
end
def public_ip_address