This commit is contained in:
ahmadbilalkhalid 2019-09-16 19:39:21 +05:00
parent 463f03a27b
commit 7c6038e4df

View file

@ -188,7 +188,8 @@ class ListUserVM(Resource):
"vm_uuid": vm.key.split("/")[-1],
"specs": vm.value["specs"],
"status": vm.value["status"],
"hostname": vm.value["hostname"]
"hostname": vm.value["hostname"],
"vnc_socket": vm.valie["vnc_socket"]
}
)
return {"message": return_vms}, 200