> > - retry(operationDonePredicate, operationCompleteCheckTimeout, > operationCompleteCheckInterval, > - MILLISECONDS).apply(operation); > - > - checkState(!operation.get().getHttpError().isPresent(), "Could not > create firewall, operation failed" + operation); > + checkState(!operation.get().getHttpError().isPresent(),"Could not > create firewall, operation failed" + operation);
> before this change, if a firewall creation failed, there would be an orphaned > network instance created. OK, then let's leave as-is and address the orphaned resource problem separate, as needed. Thanks for explaining! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/33/files#r7534679