replaced the test image with a more stable one

This commit is contained in:
Alex Yarmula 2010-03-10 15:34:23 -08:00
parent c50541c845
commit 4c29ef2e80
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class GoGridComputeServiceLiveTest extends BaseComputeServiceLiveTest {
}
protected Template buildTemplate(TemplateBuilder templateBuilder) {
return templateBuilder.osFamily(CENTOS).imageId("GSI-f8979644-e646-4711-ad58-d98a5fa3612c").smallest().build();
return templateBuilder.osFamily(CENTOS).imageId("centos5.3_32_base").smallest().build();
}
@Override