ninefold is now version 2.2.12

This commit is contained in:
Adrian Cole 2011-11-27 23:59:59 -05:00
parent 51ad3139c9
commit d31844469b
3 changed files with 4 additions and 4 deletions

View File

@ -79,8 +79,8 @@ public class StaticNATVirtualMachineInNetwork implements Function<VirtualMachine
ip.getId());
logger.debug(">> static NATing IPAddress(%s) to virtualMachine(%s); response(%s)", ip.getId(), vm.getId(),
response);
// cloudstack 2.2.8 doesn't return an async job. replace this with
// an assertion when we stop supporting 2.2.8
// TODO: asked citrix for clarity as to whether this is supposed to
// return an async job or not; awaiting their response.
if (AsyncCreateResponse.UNINITIALIZED.equals(response))
ip = client.getAddressClient().getPublicIPAddress(ip.getId());
else

View File

@ -35,7 +35,7 @@
<properties>
<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.credential>FIXME_CREDENTIAL</test.ninefold-compute.credential>
<test.ninefold-compute.image-id>575</test.ninefold-compute.image-id>

View File

@ -37,7 +37,7 @@ public class NinefoldComputePropertiesBuilder extends CloudStackPropertiesBuilde
Properties properties = super.defaultProperties();
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.8");
properties.setProperty(PROPERTY_API_VERSION, "2.2.12");
properties.setProperty("ninefold-compute.image-id", "575");
properties.setProperty("ninefold-compute.image.login-user", "user:Password01");
properties.setProperty("ninefold-compute.image.authenticate-sudo", "true");