mirror of https://github.com/apache/jclouds.git
Serverlove api version should be 2.0
Server love has updated the ElasticStack api to 2.0. This needs to be reflected in the medatdata otherwise api calls use vnc:ip=auto instead of vnc=auto
This commit is contained in:
parent
0cfc571d6e
commit
6d4c1246b9
|
@ -64,7 +64,7 @@ public class ServerloveManchesterProviderMetadata extends BaseProviderMetadata {
|
|||
protected Builder() {
|
||||
id("serverlove-z1-man")
|
||||
.name("Serverlove Manchester")
|
||||
.apiMetadata(new ElasticStackApiMetadata())
|
||||
.apiMetadata(new ElasticStackApiMetadata().toBuilder().version("2.0").build())
|
||||
.homepage(URI.create("http://www.serverlove.com"))
|
||||
.console(URI.create("http://www.serverlove.com/accounts"))
|
||||
.iso3166Codes("GB-MAN")
|
||||
|
|
Loading…
Reference in New Issue