mirror of https://github.com/apache/jclouds.git
Fix for latest Chef versions.
This commit is contained in:
parent
c67105823b
commit
11c1f29e41
|
@ -152,7 +152,7 @@ public interface ChefAsyncClient {
|
|||
*/
|
||||
@POST
|
||||
@Path("/clients")
|
||||
ListenableFuture<Client> createClient(@BinderParam(BindClientnameToJsonPayload.class) String clientname);
|
||||
ListenableFuture<Client> createClient(@BinderParam(BindNameToJsonPayload.class) String clientname);
|
||||
|
||||
/**
|
||||
* @see ChefClient#generateKeyForClient
|
||||
|
|
Loading…
Reference in New Issue