[Kimchi-devel] [Kimchi 1/4] Create new field to create VM
Ramon Medeiros
ramonn at linux.vnet.ibm.com
Wed Dec 23 15:12:02 UTC 2015
Create a single field to pass the installation media.
Signed-off-by: Ramon Medeiros <ramonn at linux.vnet.ibm.com>
---
API.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/API.json b/API.json
index 2b64d07..13fcfd3 100644
--- a/API.json
+++ b/API.json
@@ -460,6 +460,11 @@
"minimum": 512,
"error": "KCHTMPL0013E"
},
+ "installation_media": {
+ "description": "Path for installation media (ISO, disk, remote ISO)",
+ "type" : "string",
+ "pattern" : "^[^ ]+( +[^ ]+)*$"
+ },
"cdrom": {
"description": "Path for cdrom",
"type": "string",
--
2.1.0
More information about the Kimchi-devel
mailing list