mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
Change function name
This commit is contained in:
parent
b3034e99e6
commit
f6ab3417c9
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ class Core:
|
||||||
proxmox_clusters_user,
|
proxmox_clusters_user,
|
||||||
proxmox_clusters_pwd)
|
proxmox_clusters_pwd)
|
||||||
|
|
||||||
result = proxmox.resize_instances("{0}:{1}".format(proxmox_clusters_url,
|
result = proxmox.change_instances("{0}:{1}".format(proxmox_clusters_url,
|
||||||
int(proxmox_clusters_port)),
|
int(proxmox_clusters_port)),
|
||||||
instances_informations['node'],
|
instances_informations['node'],
|
||||||
instancetype,
|
instancetype,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue