From 0c91e3ae3702c8615171d8330c7815c719e36eca Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Mon, 12 Sep 2011 18:54:58 -0700 Subject: [PATCH] Issue 669: fixed test properties for elasticstack 2.0 providers --- providers/elastichosts-lon-b/pom.xml | 2 +- providers/elastichosts-lon-p/pom.xml | 2 +- .../elastichosts/ElasticHostsPeer1LondonPropertiesBuilder.java | 2 +- providers/elastichosts-sat-p/pom.xml | 2 +- .../ElasticHostsPeer1SanAntonioPropertiesBuilder.java | 2 +- sandbox-providers/go2cloud-jhb1/pom.xml | 2 +- .../go2cloud/Go2CloudJohannesburg1PropertiesBuilder.java | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/providers/elastichosts-lon-b/pom.xml b/providers/elastichosts-lon-b/pom.xml index b8f71e3157..5a846040d0 100644 --- a/providers/elastichosts-lon-b/pom.xml +++ b/providers/elastichosts-lon-b/pom.xml @@ -35,7 +35,7 @@ https://api.lon-b.elastichosts.com - 1.0 + 2.0 FIXME_IDENTITY FIXME_CREDENTIAL diff --git a/providers/elastichosts-lon-p/pom.xml b/providers/elastichosts-lon-p/pom.xml index aac00aa93a..0ee84a1683 100644 --- a/providers/elastichosts-lon-p/pom.xml +++ b/providers/elastichosts-lon-p/pom.xml @@ -35,7 +35,7 @@ https://api.lon-p.elastichosts.com - 1.0 + 2.0 FIXME_IDENTITY FIXME_CREDENTIAL diff --git a/providers/elastichosts-lon-p/src/main/java/org/jclouds/elastichosts/ElasticHostsPeer1LondonPropertiesBuilder.java b/providers/elastichosts-lon-p/src/main/java/org/jclouds/elastichosts/ElasticHostsPeer1LondonPropertiesBuilder.java index 822f16934e..7bd46cd68c 100644 --- a/providers/elastichosts-lon-p/src/main/java/org/jclouds/elastichosts/ElasticHostsPeer1LondonPropertiesBuilder.java +++ b/providers/elastichosts-lon-p/src/main/java/org/jclouds/elastichosts/ElasticHostsPeer1LondonPropertiesBuilder.java @@ -37,7 +37,7 @@ public class ElasticHostsPeer1LondonPropertiesBuilder extends ElasticStackProper Properties properties = super.defaultProperties(); properties.setProperty(PROPERTY_ISO3166_CODES, "GB-LND"); properties.setProperty(PROPERTY_ENDPOINT, "https://api.lon-p.elastichosts.com"); - properties.setProperty(PROPERTY_API_VERSION, "1.0"); + properties.setProperty(PROPERTY_API_VERSION, "2.0"); return properties; } diff --git a/providers/elastichosts-sat-p/pom.xml b/providers/elastichosts-sat-p/pom.xml index 581590dd83..924651bb44 100644 --- a/providers/elastichosts-sat-p/pom.xml +++ b/providers/elastichosts-sat-p/pom.xml @@ -35,7 +35,7 @@ https://api.sat-p.elastichosts.com - 1.0 + 2.0 FIXME_IDENTITY FIXME_CREDENTIAL diff --git a/providers/elastichosts-sat-p/src/main/java/org/jclouds/elastichosts/ElasticHostsPeer1SanAntonioPropertiesBuilder.java b/providers/elastichosts-sat-p/src/main/java/org/jclouds/elastichosts/ElasticHostsPeer1SanAntonioPropertiesBuilder.java index 46e5fab378..b6e2ad94e9 100644 --- a/providers/elastichosts-sat-p/src/main/java/org/jclouds/elastichosts/ElasticHostsPeer1SanAntonioPropertiesBuilder.java +++ b/providers/elastichosts-sat-p/src/main/java/org/jclouds/elastichosts/ElasticHostsPeer1SanAntonioPropertiesBuilder.java @@ -37,7 +37,7 @@ public class ElasticHostsPeer1SanAntonioPropertiesBuilder extends ElasticStackPr Properties properties = super.defaultProperties(); properties.setProperty(PROPERTY_ISO3166_CODES, "US-TX"); properties.setProperty(PROPERTY_ENDPOINT, "https://api.sat-p.elastichosts.com"); - properties.setProperty(PROPERTY_API_VERSION, "1.0"); + properties.setProperty(PROPERTY_API_VERSION, "2.0"); return properties; } diff --git a/sandbox-providers/go2cloud-jhb1/pom.xml b/sandbox-providers/go2cloud-jhb1/pom.xml index 4e9a1e4427..efb3fa87d0 100644 --- a/sandbox-providers/go2cloud-jhb1/pom.xml +++ b/sandbox-providers/go2cloud-jhb1/pom.xml @@ -35,7 +35,7 @@ http://api.jhb1.go2cloud.co.za - 1.0 + 2.0 FIXME_IDENTITY FIXME_CREDENTIAL diff --git a/sandbox-providers/go2cloud-jhb1/src/main/java/org/jclouds/go2cloud/Go2CloudJohannesburg1PropertiesBuilder.java b/sandbox-providers/go2cloud-jhb1/src/main/java/org/jclouds/go2cloud/Go2CloudJohannesburg1PropertiesBuilder.java index 14b761ece1..505d431393 100644 --- a/sandbox-providers/go2cloud-jhb1/src/main/java/org/jclouds/go2cloud/Go2CloudJohannesburg1PropertiesBuilder.java +++ b/sandbox-providers/go2cloud-jhb1/src/main/java/org/jclouds/go2cloud/Go2CloudJohannesburg1PropertiesBuilder.java @@ -37,7 +37,7 @@ public class Go2CloudJohannesburg1PropertiesBuilder extends ElasticStackProperti Properties properties = super.defaultProperties(); properties.setProperty(PROPERTY_ISO3166_CODES, "ZA-GP"); properties.setProperty(PROPERTY_ENDPOINT, "http://api.jhb1.go2cloud.co.za"); - properties.setProperty(PROPERTY_API_VERSION, "1.0"); + properties.setProperty(PROPERTY_API_VERSION, "2.0"); return properties; }