From 0d39fab630900248cd8920e3a7b2d24b133b029b Mon Sep 17 00:00:00 2001
From: Nicolas Wavrant <nicolas.wavrant@nexedi.com>
Date: Tue, 30 May 2017 15:48:19 +0200
Subject: [PATCH] slaprunner: remove duplicate keys in input-schema.json

---
 software/slaprunner/instance-runner-input-schema.json | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/software/slaprunner/instance-runner-input-schema.json b/software/slaprunner/instance-runner-input-schema.json
index 82bb5743a..0ac0b9124 100644
--- a/software/slaprunner/instance-runner-input-schema.json
+++ b/software/slaprunner/instance-runner-input-schema.json
@@ -57,11 +57,6 @@
             "type": "integer",
             "default" : 4
         },
-        "instance-name": {
-            "title": "Displayed instance name",
-            "description": "Name of the instance, to show in the window title",
-            "type": "string"
-        },
         "no-ipv4-frontend": {
             "title": "No IPv4 frontend",
             "description": "Prevent the slaprunner to order an IPv4 frontend for itself",
@@ -129,12 +124,6 @@
             "type": "string",
             "default": "monitor.app.officejs.com"
         },
-        "resilient-clone-number": {
-            "title": "Number of Resilient Clones",
-            "description": "Number of clones to be deployed when a resilient runner, if missing a single clone is provided. Its value can be 1 or 2",
-            "type": "integer",
-            "enum": [1, 2]
-        },
         "instance-name": {
             "title": "Instance Name",
             "description": "Name of the instance, to show in the window title",
-- 
2.30.9