> + return null;
> + }
> + logger.trace(">> searching for server with id=%s", id);
> + Server server = pbApi.serversApi().getServer(id);
> + logger.trace(">> found server [%s]", server.getServerName());
> + return server;
> + }
> +
> + @Override
> + public Iterable<Server> listNodesByIds(Iterable<String> ids) {
> + throw new UnsupportedOperationException("Isn't implemented yet");
> + }
> +
> + @Override
> + public void destroyNode(String id) {
> + // TODO Change AdaptingComputeServiceStrategies, as current impl
> retrieves node after deletion; thus, returning RESOURCE_NOT_FOUND
Is still aomething to do here?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/72/files#r17229053