From 46861b290783edc5115ed0cc21376e5ce77c05ee Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Mon, 25 Jul 2016 18:04:33 +0200
Subject: [PATCH] kvm: type uri don't exist on jsonschema

---
 software/kvm/instance-kvm-cluster-input-schema.json | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/software/kvm/instance-kvm-cluster-input-schema.json b/software/kvm/instance-kvm-cluster-input-schema.json
index dacbc63ea..9a79591f4 100644
--- a/software/kvm/instance-kvm-cluster-input-schema.json
+++ b/software/kvm/instance-kvm-cluster-input-schema.json
@@ -149,7 +149,8 @@
     "bootstrap-script-url": {
       "title": "Virtual Machines bootstrap script URL.",
       "description": "If dedicaced disk image is used, this script will be downloaded and run at first boot of the virtual machine. Set md5sum to URL like: http://example.com/file#MD5SUM. Get file in vm at http://10.0.2.100/vm-bootstrap.",
-      "type": "uri"
+      "type": "string",
+      "format": "uri"
     },
     "cluster-data": {
       "title": "Text content to share with virtual machines.",
@@ -338,7 +339,8 @@
             "bootstrap-script-url": {
               "title": "VM bootstrap script URL.",
               "description": "If dedicaced disk image is used, this script will be downloaded and run at first boot of the virtual machine. Set md5sum to URL like: http://example.com/file#MD5SUM. Get file in vm at http://10.0.2.100/vm-bootstrap.",
-              "type": "uri"
+              "type": "string",
+              "format": "uri"
             },
             "data-to-vm": {
               "title": "Text content to send to this virtual machine.",
-- 
2.30.9