> @@ -170,34 +223,57 @@ public Image getImage(String id) {
> }
>
> @Override
> - public Instance getNode(String name) {
> - return api.getInstanceApiForProject(userProject.get()).get(name);
> + public InstanceInZone getNode(String name) {Is this marked `@Nullable` at the API level (sorry, didn't check the rest of the PR)? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/16/files#r5362249
