From fdee4a099cf44d377315b1563df72e28a36039f6 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Thu, 6 Apr 2017 11:32:26 +0100 Subject: [PATCH] demo: Fix JSON file This was corrupted broken by a previous commit. Signed-off-by: Rolf Neugebauer --- projects/demo/etcd/infrakit.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/demo/etcd/infrakit.json b/projects/demo/etcd/infrakit.json index 8dda612bc..0e12f019a 100644 --- a/projects/demo/etcd/infrakit.json +++ b/projects/demo/etcd/infrakit.json @@ -1,5 +1,5 @@ { - "ID": "cattle", + "ID": "etcd", "Properties": { "Allocation": { "LogicalIDs": [ @@ -16,7 +16,7 @@ "Moby": "etcd", "Disk" : 0, "CPUs" : 1, - "Memory" : 512, + "Memory" : 512 } }, "Flavor": {