|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

There is an ongoing patch for that here:
https://github.com/jclouds/jclouds-labs/pull/58
But seeing your comment (many thanks for the investigation!) I think the right fix is to use the slugs instead of the ids everywhere.
The change should be easy: we just need to change the classes in the compute.functions package to set the slug in the id field and change the DigitalOceanComputeServiceAdapter accordingly. I'll try to have a patch ASAP for this (if you don't beat me with a PR
https://wiki.apache.org/jclouds/How%20to%20Contribute).