forked from uncloud/uncloud
Make migrate-one-vm-to-regular command idempotent
This commit is contained in:
parent
88c10e2e4a
commit
a662b1fe29
4 changed files with 80 additions and 45 deletions
|
|
@ -53,6 +53,7 @@ class VMProduct(Product):
|
|||
|
||||
cores = models.IntegerField()
|
||||
ram_in_gb = models.FloatField()
|
||||
vmid = models.IntegerField(null=True)
|
||||
|
||||
|
||||
class VMWithOSProduct(VMProduct):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue