> @POST
> @Path("/servers/{uuid}/action/?do=start")
> - @Fallback(Fallbacks.NullOnNotFoundOr404.class)
> + @Fallback(Fallbacks.VoidOnNotFoundOr404.class)
There has been [a recent
discussion](https://github.com/jclouds/jclouds-labs-openstack/pull/135/files#r16700137)
about the convenience of using the 404 fallbacks in *write* operations
(typically PUT and POST). The consensus is that they should be removed, but
let's address this in another pull request once this has been merged.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/70/files#r16923661