> + }
> +
> + @Override
> + public Iterable<Location> listLocations() {
> + return ImmutableSet.of();
> + }
> +
> + @Override
> + public Container getNode(String id) {
> + return api.getRemoteApi().inspectContainer(id);
> + }
> +
> + @Override
> + public void destroyNode(String id) {
> + api.getRemoteApi().stopContainer(id);
> + api.getRemoteApi().removeContainer(id);
don't know :)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/57/files#r12954591