fixed terremark ecloud version

This commit is contained in:
Adrian Cole 2010-07-09 21:24:05 -07:00
parent e8d0a11cda
commit 376380be6b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class TerremarkECloudPropertiesBuilder extends TerremarkVCloudPropertiesB
@Override
protected Properties defaultProperties() {
Properties properties = super.defaultProperties();
properties.setProperty(PROPERTY_API_VERSION, "v0.8b-ext2.3");
properties.setProperty(PROPERTY_API_VERSION, "0.8b-ext2.3");
properties.setProperty(PROPERTY_ENDPOINT, "https://services.enterprisecloud.terremark.com/api");
properties.setProperty(PROPERTY_TERREMARK_EXTENSION_NAME, "eCloudExtensions");
properties.setProperty(PROPERTY_TERREMARK_EXTENSION_VERSION, "2.3");