Signed-off-by: Ramon Medeiros <ramonn(a)linux.vnet.ibm.com>
---
API.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/API.json b/API.json
index 6f0b484..05caa49 100644
--- a/API.json
+++ b/API.json
@@ -468,6 +468,11 @@
"error": "KCHTMPL0011E"
},
"memory": { "$ref": "#/kimchitype/memory"
},
+ "installation_media": {
+ "description": "Path for installation media (ISO,
disk, remote ISO)",
+ "type" : "string",
+ "pattern" : "^[^ ]+( +[^ ]+)*$"
+ },
"cdrom": {
"description": "Path for cdrom",
"type": "string",
--
2.5.5