From afdffb9468d3949d67bc427cca0a6d90c4ae3a7c Mon Sep 17 00:00:00 2001 From: Alain Takoudjou Date: Thu, 30 Apr 2015 09:44:40 +0200 Subject: [PATCH] kvm: fix software-type in software.cfg.json --- software/kvm/software.cfg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/kvm/software.cfg.json b/software/kvm/software.cfg.json index 2d12e8c62b..4f4e7d172e 100644 --- a/software/kvm/software.cfg.json +++ b/software/kvm/software.cfg.json @@ -10,14 +10,14 @@ "response": "instance-kvm-output-schema.json", "index": 0 }, - "resilient": { + "kvm-resilient": { "title": "Resilient", "description": "Resilient KVM", "request": "instance-kvm-resilient-input-schema.json", "response": "instance-kvm-output-schema.json", "index": 1 }, - "cluster": { + "kvm-cluster": { "title": "Cluster", "description": "Cluster KVM", "serialisation": "json-in-xml", -- 2.25.1