mirror of https://github.com/apache/jclouds.git
Custom chef version also in Private Chef
Configured PrivateChefAsyncClient to read the value of the X-Chef-Version header from the jclouds.api-version property.
This commit is contained in:
parent
194cd906ce
commit
b4b7f5623a
|
@ -92,7 +92,7 @@ import com.google.common.util.concurrent.ListenableFuture;
|
|||
@Headers(keys = "X-Chef-Version", values = "{" + Constants.PROPERTY_API_VERSION + "}")
|
||||
@Consumes(MediaType.APPLICATION_JSON)
|
||||
public interface ChefAsyncClient {
|
||||
public static final String VERSION = "0.9.8";
|
||||
public static final String VERSION = "0.10.8";
|
||||
|
||||
/**
|
||||
* @see ChefClient#getUploadSandboxForChecksums(Set)
|
||||
|
|
Loading…
Reference in New Issue