Correct hdd price in VMPricing init
This commit is contained in:
parent
76c9b20cc9
commit
1116812a99
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ def create_default_pricing(apps, schema_editor):
|
||||||
cores_unit_price=5,
|
cores_unit_price=5,
|
||||||
ram_unit_price=2,
|
ram_unit_price=2,
|
||||||
ssd_unit_price=0.6,
|
ssd_unit_price=0.6,
|
||||||
hdd_unit_price=0.1,
|
hdd_unit_price=0.01,
|
||||||
)
|
)
|
||||||
vm_pricing.save()
|
vm_pricing.save()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue