mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-02-12 19:22:30 +00:00
Change function name
More generic
This commit is contained in:
parent
f6ab3417c9
commit
d506fb7158
1 changed files with 2 additions and 2 deletions
|
@ -399,7 +399,7 @@ class Proxmox:
|
|||
|
||||
return result
|
||||
|
||||
def resize_instances(self, url, nodename, category, instanceid, data):
|
||||
def change_instances(self, url, nodename, category, instanceid, data):
|
||||
"""
|
||||
:param url:
|
||||
:param nodename:
|
||||
|
@ -435,7 +435,7 @@ class Proxmox:
|
|||
"result": "ERROR",
|
||||
"target": "{0}".format(nodename),
|
||||
"type": "PYTHON",
|
||||
"value": "Cannot resize this instance {2} on {0} : ({1})".format(url, e, instanceid)
|
||||
"value": "Cannot change settings for this instance {2} on {0} : ({1})".format(url, e, instanceid)
|
||||
}
|
||||
|
||||
return result
|
||||
|
|
Loading…
Reference in a new issue