[
https://issues.apache.org/jira/browse/JCLOUDS-613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14558552#comment-14558552
]
Ignasi Barrera commented on JCLOUDS-613:
----------------------------------------
I've updated my branch with more fixes. The individual live tests should be
passing now, and all mock and live tests should be passing.
I've only found one issue in the "shutdown" live test: even when the action
completes, the droplet does not reach the OFF state (but it does if I do the
same action in the UI... something to investigate, as it is really weird).
There is very little left to finish this. I'd say:
* Making sure all unit and live tests pass :-)
* Adding the DropletToNodeMetadata and ImageToImage unit tests.
* Adding the tests for the predicates defined in the compute context module.
There's been a lot of good work here. Thanks [~ccustine]! Let's see if we can
finish this and have it merged for 1.9.1, and promoted for 2.0.0!
> Implement the DigitalOcean v2 API
> ---------------------------------
>
> Key: JCLOUDS-613
> URL: https://issues.apache.org/jira/browse/JCLOUDS-613
> Project: jclouds
> Issue Type: New Feature
> Components: jclouds-compute
> Affects Versions: 1.7.3
> Reporter: Ignasi Barrera
> Assignee: Ignasi Barrera
> Labels: digitalocean
> Fix For: 2.0.0
>
>
> DigitalOcean has just released the version 2 of their API. It introduces some
> major changes as long as many improvements and features that make the API
> more easy to consume.
> Version 2 is now a more RESTful API, has a better error population (and hope
> this will help us get rid of the [custom HTTP response parsing
> code|https://github.com/jclouds/jclouds-labs/blob/master/digitalocean/src/main/java/org/jclouds/digitalocean/http/ResponseStatusFromPayloadHttpCommandExecutorService.java#L89-L128]),
> and and a more complete domain model.
> https://www.digitalocean.com/company/blog/api-v2-enters-public-beta/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)