mirror of https://github.com/apache/jclouds.git
fixed json select for getImage
This commit is contained in:
parent
cfcd92cbea
commit
6cee8b9581
|
@ -75,7 +75,7 @@ public interface ImageAsyncClient {
|
|||
* @see ImageClient#getImage
|
||||
*/
|
||||
@GET
|
||||
@SelectJson("flavor")
|
||||
@SelectJson("image")
|
||||
@Consumes(MediaType.APPLICATION_JSON)
|
||||
@Path("/images/{id}")
|
||||
@ExceptionParser(ReturnNullOnNotFoundOr404.class)
|
||||
|
|
Loading…
Reference in New Issue