Make the server download images from cloud files

This commit is contained in:
Jerry Seutter
2014-10-15 15:51:00 -06:00
parent a833925497
commit c08e1011ed
2 changed files with 14 additions and 0 deletions

View File

@ -67,6 +67,10 @@ VM_CREATE_SCHEMA = {
"type": "string",
"minLength": 1,
"pattern": "^([0-9a-fA-F]{4}\\.){2}[0-9a-fA-F]{4}$"
},
"cloud_path": {
"description": "Path to the image in the cloud object store",
"type": "string",
}
},
"additionalProperties": False,