Correct hdd price in VMPricing init

This commit is contained in:
PCoder 2018-04-09 21:40:03 +02:00
parent 76c9b20cc9
commit 1116812a99
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ def create_default_pricing(apps, schema_editor):
cores_unit_price=5,
ram_unit_price=2,
ssd_unit_price=0.6,
hdd_unit_price=0.1,
hdd_unit_price=0.01,
)
vm_pricing.save()