a
This commit is contained in:
parent
463f03a27b
commit
7c6038e4df
1 changed files with 2 additions and 1 deletions
3
main.py
3
main.py
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue