mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-17 23:08:18 +00:00
Return command_line and node_directory via the controller
This commit is contained in:
@ -470,7 +470,7 @@ QEMU_OBJECT_SCHEMA = {
|
||||
"description": "QEMU boot priority",
|
||||
"enum": ["c", "d", "n", "cn", "cd"]
|
||||
},
|
||||
"vm_directory": {
|
||||
"node_directory": {
|
||||
"decription": "Path to the VM working directory",
|
||||
"type": "string"
|
||||
},
|
||||
@ -602,7 +602,7 @@ QEMU_OBJECT_SCHEMA = {
|
||||
"cpu_throttling",
|
||||
"process_priority",
|
||||
"options",
|
||||
"vm_directory",
|
||||
"node_directory",
|
||||
"command_line"]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user