Bug 12701 - Remove pricing information from default service offering descriptions

status 12701: resovled fixed
This commit is contained in:
frank 2011-12-28 15:52:19 -08:00
parent ffdea8fd4b
commit 873bef6970
1 changed files with 2 additions and 2 deletions

View File

@ -192,8 +192,8 @@ public class ConfigurationServerImpl implements ConfigurationServer {
// Save default service offerings
createServiceOffering(User.UID_SYSTEM, "Small Instance", 1, 512, 500, "Small Instance, $0.05 per hour", false, false, null);
createServiceOffering(User.UID_SYSTEM, "Medium Instance", 1, 1024, 1000, "Medium Instance, $0.10 per hour", false, false, null);
createServiceOffering(User.UID_SYSTEM, "Small Instance", 1, 512, 500, "Small Instance", false, false, null);
createServiceOffering(User.UID_SYSTEM, "Medium Instance", 1, 1024, 1000, "Medium Instance", false, false, null);
// Save default disk offerings
createdefaultDiskOffering(null, "Small", "Small Disk, 5 GB", 5, null);
createdefaultDiskOffering(null, "Medium", "Medium Disk, 20 GB", 20, null);