diff --git a/providers/ninefold-compute/pom.xml b/providers/ninefold-compute/pom.xml
index e4ae5172b1..6ed69b9571 100644
--- a/providers/ninefold-compute/pom.xml
+++ b/providers/ninefold-compute/pom.xml
@@ -38,7 +38,7 @@
2.2.12
FIXME_IDENTITY
FIXME_CREDENTIAL
- 575
+ 1215
user:Password01
true
diff --git a/providers/ninefold-compute/src/main/java/org/jclouds/ninefold/compute/NinefoldComputePropertiesBuilder.java b/providers/ninefold-compute/src/main/java/org/jclouds/ninefold/compute/NinefoldComputePropertiesBuilder.java
index 3dd5194f95..f9ba9e888e 100644
--- a/providers/ninefold-compute/src/main/java/org/jclouds/ninefold/compute/NinefoldComputePropertiesBuilder.java
+++ b/providers/ninefold-compute/src/main/java/org/jclouds/ninefold/compute/NinefoldComputePropertiesBuilder.java
@@ -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;