mirror of https://github.com/apache/jclouds.git
Issue 669: update openhosting to elasticstack 2.0
This commit is contained in:
parent
34bca807d5
commit
c3b94378e8
|
@ -35,7 +35,7 @@
|
|||
|
||||
<properties>
|
||||
<test.openhosting-east1.endpoint>https://api.east1.openhosting.com</test.openhosting-east1.endpoint>
|
||||
<test.openhosting-east1.apiversion>1.0</test.openhosting-east1.apiversion>
|
||||
<test.openhosting-east1.apiversion>2.0</test.openhosting-east1.apiversion>
|
||||
<test.openhosting-east1.identity>FIXME_IDENTITY</test.openhosting-east1.identity>
|
||||
<test.openhosting-east1.credential>FIXME_CREDENTIAL</test.openhosting-east1.credential>
|
||||
</properties>
|
||||
|
|
|
@ -37,7 +37,7 @@ public class OpenHostingEast1PropertiesBuilder extends ElasticStackPropertiesBui
|
|||
Properties properties = super.defaultProperties();
|
||||
properties.setProperty(PROPERTY_ISO3166_CODES, "US-VA");
|
||||
properties.setProperty(PROPERTY_ENDPOINT, "https://api.east1.openhosting.com");
|
||||
properties.setProperty(PROPERTY_API_VERSION, "1.0");
|
||||
properties.setProperty(PROPERTY_API_VERSION, "2.0");
|
||||
return properties;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue