providers/digitalocean: fix ip address when using private networking

This adds a new `ipv4_address_private` and `ipv4_address_public`
computed attr. Also pulls in upstream changes from pearkes/digitalocean
This commit is contained in:
Jack Pearkes 2014-07-29 18:58:48 -04:00
parent 3bc8849904
commit 21495c31a6
1 changed files with 2 additions and 0 deletions

View File

@ -45,7 +45,9 @@ The following attributes are exported:
* `image` - The image of the droplet
* `ipv6` - Is IPv6 enabled
* `ipv6_address` - The IPv6 address
* `ipv6_address_private` - The private networking IPv6 address
* `ipv4_address` - The IPv4 address
* `ipv4_address_private` - The private networking IPv4 address
* `locked` - Is the Droplet locked
* `private_networking` - Is private networking enabled
* `size` - The instance size