mirror of https://github.com/apache/jclouds.git
ninefold is now version 2.2.12
This commit is contained in:
parent
51ad3139c9
commit
d31844469b
|
@ -79,8 +79,8 @@ public class StaticNATVirtualMachineInNetwork implements Function<VirtualMachine
|
||||||
ip.getId());
|
ip.getId());
|
||||||
logger.debug(">> static NATing IPAddress(%s) to virtualMachine(%s); response(%s)", ip.getId(), vm.getId(),
|
logger.debug(">> static NATing IPAddress(%s) to virtualMachine(%s); response(%s)", ip.getId(), vm.getId(),
|
||||||
response);
|
response);
|
||||||
// cloudstack 2.2.8 doesn't return an async job. replace this with
|
// TODO: asked citrix for clarity as to whether this is supposed to
|
||||||
// an assertion when we stop supporting 2.2.8
|
// return an async job or not; awaiting their response.
|
||||||
if (AsyncCreateResponse.UNINITIALIZED.equals(response))
|
if (AsyncCreateResponse.UNINITIALIZED.equals(response))
|
||||||
ip = client.getAddressClient().getPublicIPAddress(ip.getId());
|
ip = client.getAddressClient().getPublicIPAddress(ip.getId());
|
||||||
else
|
else
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<test.ninefold-compute.endpoint>https://api.ninefold.com/compute/v1.0/</test.ninefold-compute.endpoint>
|
<test.ninefold-compute.endpoint>https://api.ninefold.com/compute/v1.0/</test.ninefold-compute.endpoint>
|
||||||
<test.ninefold-compute.apiversion>2.2.8</test.ninefold-compute.apiversion>
|
<test.ninefold-compute.apiversion>2.2.12</test.ninefold-compute.apiversion>
|
||||||
<test.ninefold-compute.identity>FIXME_IDENTITY</test.ninefold-compute.identity>
|
<test.ninefold-compute.identity>FIXME_IDENTITY</test.ninefold-compute.identity>
|
||||||
<test.ninefold-compute.credential>FIXME_CREDENTIAL</test.ninefold-compute.credential>
|
<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>575</test.ninefold-compute.image-id>
|
||||||
|
|
|
@ -37,7 +37,7 @@ public class NinefoldComputePropertiesBuilder extends CloudStackPropertiesBuilde
|
||||||
Properties properties = super.defaultProperties();
|
Properties properties = super.defaultProperties();
|
||||||
properties.setProperty(PROPERTY_ISO3166_CODES, "AU-NSW");
|
properties.setProperty(PROPERTY_ISO3166_CODES, "AU-NSW");
|
||||||
properties.setProperty(PROPERTY_ENDPOINT, "https://api.ninefold.com/compute/v1.0/");
|
properties.setProperty(PROPERTY_ENDPOINT, "https://api.ninefold.com/compute/v1.0/");
|
||||||
properties.setProperty(PROPERTY_API_VERSION, "2.2.8");
|
properties.setProperty(PROPERTY_API_VERSION, "2.2.12");
|
||||||
properties.setProperty("ninefold-compute.image-id", "575");
|
properties.setProperty("ninefold-compute.image-id", "575");
|
||||||
properties.setProperty("ninefold-compute.image.login-user", "user:Password01");
|
properties.setProperty("ninefold-compute.image.login-user", "user:Password01");
|
||||||
properties.setProperty("ninefold-compute.image.authenticate-sudo", "true");
|
properties.setProperty("ninefold-compute.image.authenticate-sudo", "true");
|
||||||
|
|
Loading…
Reference in New Issue