> @@ -52,7 +53,7 @@
>     @Consumes(MediaType.APPLICATION_JSON)
>     @Endpoint(CDN.class)
>     @RequestFilters(AuthenticateRequest.class)
> -   @Fallback(FalseOn500or503.class)
> +   @Fallback(PoppyFallbacks.FalseOn500or503orIOE.class)

Here is a patch that should fix the issue and allow you to restore the previous 
fallback that didn't care about IOEs: 
https://github.com/jclouds/jclouds/pull/700

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/179/files#r26029556

Reply via email to