Closed cvallance closed 9 years ago
In both all_active_droplets and show_droplet the ip address location in the array is hard coded... i.e.
all_active_droplets
show_droplet
json['droplet'][u'ip_address'] = json['droplet']['networks']['v4'][0]['ip_address']
When private networking is enabled, the location of the public ip can vary, so we need to test the network type before assigning the ip address.
In both
all_active_droplets
andshow_droplet
the ip address location in the array is hard coded... i.e.When private networking is enabled, the location of the public ip can vary, so we need to test the network type before assigning the ip address.