diff --git a/plugin.py b/plugin.py index 77a0fc4..4c00701 100644 --- a/plugin.py +++ b/plugin.py @@ -137,7 +137,7 @@ def vmremove(cubeid): if vm_type == 'lxc': result = proxobject.nodes(slave_name).lxc(vm_id).delete() grid.deletedb(cubeid) - response = { 'status':'DELETE', 'cube': cubeid, 'hostname': vm_name } + response = { 'status':'DELETE', 'cube': cubeid, 'hostname': vm_host } return response