Hi I am trying to do a simple call to list nodes using digitalocean provider and following the compute-basic example. But I get error: "API v1 has reached end-of-life. Please use API v2."
Server console also shows that jclouds is calling v1 API instead of v2: request=GET https://api.digitalocean.com/droplets How is this possible? I checked the jclouds-labs repo and first commit for DigitalOcean 7 months ago was for V2 API so V1 should not even exist in jclouds. What am I missing? Using jclouds 1.9.1.
