mirror of https://github.com/apache/jclouds.git
fixed terremark ecloud version
This commit is contained in:
parent
e8d0a11cda
commit
376380be6b
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue