Fix pool_name argument name in call to provision_disk

This commit is contained in:
Sergey Shubin svs1370
2021-04-06 13:32:25 +03:00
parent bc317d1438
commit 18067b82b7

View File

@@ -508,7 +508,7 @@ def main():
size=amodule.params['size'],
account_id=validated_acc_id,
sep_id=target_sep_id,
pool=amodule.params['pool'],
pool_name=amodule.params['pool'],
desc=amodule.params['annotation'],
location="")
disk_should_exist = True