Add a vm_directory field to Dynamips / VPCS / IOU

Fix #246
This commit is contained in:
Julien Duponchelle
2015-06-25 11:17:32 +02:00
parent 3bb1509f41
commit ccd3224490
6 changed files with 15 additions and 0 deletions

View File

@ -527,6 +527,10 @@ VM_OBJECT_SCHEMA = {
"maxLength": 36,
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"
},
"vm_directory": {
"decription": "Path to the VM working directory",
"type": "string"
},
"project_id": {
"description": "Project UUID",
"type": "string",