mirror of https://github.com/apache/jclouds.git
updated version for ninefold
This commit is contained in:
parent
e8038f5d48
commit
c5d43b88b1
|
@ -37,7 +37,7 @@
|
||||||
<properties>
|
<properties>
|
||||||
<test.initializer>org.jclouds.ninefold.storage.blobstore.integration.NinefoldStorageTestInitializer</test.initializer>
|
<test.initializer>org.jclouds.ninefold.storage.blobstore.integration.NinefoldStorageTestInitializer</test.initializer>
|
||||||
<test.ninefold-storage.endpoint>http://onlinestorage.ninefold.com</test.ninefold-storage.endpoint>
|
<test.ninefold-storage.endpoint>http://onlinestorage.ninefold.com</test.ninefold-storage.endpoint>
|
||||||
<test.ninefold-storage.apiversion>1.2.7c</test.ninefold-storage.apiversion>
|
<test.ninefold-storage.apiversion>1.4.0</test.ninefold-storage.apiversion>
|
||||||
<test.ninefold-storage.identity>FIXME_IDENTITY</test.ninefold-storage.identity>
|
<test.ninefold-storage.identity>FIXME_IDENTITY</test.ninefold-storage.identity>
|
||||||
<test.ninefold-storage.credential>FIXME_CREDENTIAL</test.ninefold-storage.credential>
|
<test.ninefold-storage.credential>FIXME_CREDENTIAL</test.ninefold-storage.credential>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
|
@ -39,7 +39,7 @@ public class NinefoldStoragePropertiesBuilder extends PropertiesBuilder {
|
||||||
Properties properties = super.defaultProperties();
|
Properties properties = super.defaultProperties();
|
||||||
properties.setProperty(PROPERTY_ENDPOINT, "http://onlinestorage.ninefold.com");
|
properties.setProperty(PROPERTY_ENDPOINT, "http://onlinestorage.ninefold.com");
|
||||||
properties.setProperty(PROPERTY_ISO3166_CODES, "AU-NSW");
|
properties.setProperty(PROPERTY_ISO3166_CODES, "AU-NSW");
|
||||||
properties.setProperty(PROPERTY_API_VERSION, "1.2.7C");
|
properties.setProperty(PROPERTY_API_VERSION, "1.4.0");
|
||||||
return properties;
|
return properties;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue