Rename variable name: disk_size -> ssd_size
This commit is contained in:
parent
85b8c50ef1
commit
0b9c67166e
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class IndexView(CreateView):
|
|||
price, vat = get_vm_price_with_vat(
|
||||
cpu=cores,
|
||||
memory=memory,
|
||||
disk_size=storage,
|
||||
ssd_size=storage,
|
||||
pricing_name=vm_pricing_name
|
||||
)
|
||||
specs = {
|
||||
|
|
Loading…
Reference in a new issue