Fixed the amount of cores in a RimuHosting Size

This commit is contained in:
Ivan Meredith 2010-04-27 21:02:42 +12:00
parent e3a816e6cd
commit 2d61447e05
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ public class RimuHostingComputeServiceContextModule extends RimuHostingContextMo
for (final PricingPlan from : sync.getPricingPlanList()) {
try {
sizes.add(new SizeImpl(from.getId(), from.getId(), locations.get(from.getDataCenter()
.getId()), null, ImmutableMap.<String, String> of(), from.getDiskSize(), from
.getId()), null, ImmutableMap.<String, String> of(), 1, from
.getRam(), from.getDiskSize(), ImmutableSet.<Architecture> of(
Architecture.X86_32, Architecture.X86_64)));
} catch (NullPointerException e) {