> ip = floatingIpApi.create();
> + if(ip == null){
> + throw new InsufficientResourcesException();
> + }Thanks @cdancy! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/425/files#r14406679
