remove redundant get_vms() and add testing documentation from pull
request
This commit is contained in:
@ -407,7 +407,7 @@ def account_balance():
|
||||
|
||||
vms_billed = list()
|
||||
|
||||
for vm in get_vms():
|
||||
for vm in vms:
|
||||
vm_months = get_vm_months_float(vm, datetime.utcnow())
|
||||
vms_billed.append(dict(
|
||||
id=vm["id"],
|
||||
|
Reference in New Issue
Block a user