> @@ -64,6 +66,7 @@
>     void restartContainer(@PathParam("id") String id);
>     
>     @Named("containers:deploy")
> +   @Fallback(NullOnContainerResourceUnavailableAnd500.class)

This is a funny one and an open bug for Shipyard. The deployContainer call only 
deploys a single container but returns a JSON array which is why we return the 
list here. There will only ever be 1 or 0 elements.

With that said yes an ResourceNotFoundExeption makes more sense.

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

Reply via email to