kapilt / juju-digitalocean

JuDo - A juju provider for digital ocean using a client side plugin and manual provisioning.
111 stars 17 forks source link

Slow connections #30

Closed binary132 closed 9 years ago

binary132 commented 9 years ago

Hi,

I'm reviewing my juju debug-log output and I noticed the API calls on the machines take about 300ms to complete. That seems a bit high, since I'm using a 4GB stateservice and I have only three machines configured.

I think using the "private_networking" parameter for new droplets would make things a lot quicker. Where should I add this to the API for a PR?

binary132 commented 9 years ago

Never mind... I see https://github.com/kapilt/juju-digitalocean/blob/master/juju_docean/provider.py#L67 now