forked from uncloud/uncloud
Phase in new beta/vm view for creating vms + orders + bills
This commit is contained in:
parent
2cda6441f4
commit
eea654a9f8
5 changed files with 65 additions and 4 deletions
|
|
@ -69,6 +69,7 @@ class VMProduct(Product):
|
|||
cores = models.IntegerField()
|
||||
ram_in_gb = models.FloatField()
|
||||
|
||||
# Optional disk
|
||||
primary_disk = models.ForeignKey('VMDiskProduct', on_delete=models.CASCADE, null=True)
|
||||
|
||||
# Default recurring price is PER_MONTH, see uncloud_pay.models.Product.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue