From c3b94378e86a2dee93b13cfb42fa9f669de9f139 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Wed, 28 Sep 2011 13:28:42 -0700 Subject: [PATCH] Issue 669: update openhosting to elasticstack 2.0 --- providers/openhosting-east1/pom.xml | 2 +- .../jclouds/openhosting/OpenHostingEast1PropertiesBuilder.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/providers/openhosting-east1/pom.xml b/providers/openhosting-east1/pom.xml index 8dcbccc4c4..a1f89a6ba7 100644 --- a/providers/openhosting-east1/pom.xml +++ b/providers/openhosting-east1/pom.xml @@ -35,7 +35,7 @@ https://api.east1.openhosting.com - 1.0 + 2.0 FIXME_IDENTITY FIXME_CREDENTIAL diff --git a/providers/openhosting-east1/src/main/java/org/jclouds/openhosting/OpenHostingEast1PropertiesBuilder.java b/providers/openhosting-east1/src/main/java/org/jclouds/openhosting/OpenHostingEast1PropertiesBuilder.java index c18dd66391..0edec57b05 100644 --- a/providers/openhosting-east1/src/main/java/org/jclouds/openhosting/OpenHostingEast1PropertiesBuilder.java +++ b/providers/openhosting-east1/src/main/java/org/jclouds/openhosting/OpenHostingEast1PropertiesBuilder.java @@ -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; }