mirror of https://github.com/apache/jclouds.git
ninefold new image id is 1215
This commit is contained in:
parent
8148151b85
commit
edf0ce24a2
|
@ -38,7 +38,7 @@
|
|||
<test.ninefold-compute.apiversion>2.2.12</test.ninefold-compute.apiversion>
|
||||
<test.ninefold-compute.identity>FIXME_IDENTITY</test.ninefold-compute.identity>
|
||||
<test.ninefold-compute.credential>FIXME_CREDENTIAL</test.ninefold-compute.credential>
|
||||
<test.ninefold-compute.image-id>575</test.ninefold-compute.image-id>
|
||||
<test.ninefold-compute.image-id>1215</test.ninefold-compute.image-id>
|
||||
<test.ninefold-compute.image.login-user>user:Password01</test.ninefold-compute.image.login-user>
|
||||
<test.ninefold-compute.image.authenticate-sudo>true</test.ninefold-compute.image.authenticate-sudo>
|
||||
</properties>
|
||||
|
|
|
@ -38,7 +38,7 @@ public class NinefoldComputePropertiesBuilder extends CloudStackPropertiesBuilde
|
|||
properties.setProperty(PROPERTY_ISO3166_CODES, "AU-NSW");
|
||||
properties.setProperty(PROPERTY_ENDPOINT, "https://api.ninefold.com/compute/v1.0/");
|
||||
properties.setProperty(PROPERTY_API_VERSION, "2.2.12");
|
||||
properties.setProperty("ninefold-compute.image-id", "575");
|
||||
properties.setProperty("ninefold-compute.image-id", "1215");
|
||||
properties.setProperty("ninefold-compute.image.login-user", "user:Password01");
|
||||
properties.setProperty("ninefold-compute.image.authenticate-sudo", "true");
|
||||
return properties;
|
||||
|
|
Loading…
Reference in New Issue