From 2907ada6f6cddf3791da371dc573bac38163842c Mon Sep 17 00:00:00 2001 From: Marcel Enguehard Date: Mon, 5 Jun 2017 11:05:51 +0200 Subject: Updated image name in examples Change-Id: I76f9a8bfaeb5f52fb25a694fd72a71e11b741609 Signed-off-by: Marcel Enguehard --- examples/tutorial/tutorial03-hetnet.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'examples/tutorial/tutorial03-hetnet.json') diff --git a/examples/tutorial/tutorial03-hetnet.json b/examples/tutorial/tutorial03-hetnet.json index 4ee25216..a909e8aa 100644 --- a/examples/tutorial/tutorial03-hetnet.json +++ b/examples/tutorial/tutorial03-hetnet.json @@ -13,12 +13,12 @@ }, { "type": "LxcImage", - "name": "ubuntu1604-cicnsuite-rc2", + "name": "ubuntu1604-cicnsuite-rc3", "node": "server" }, { "type": "LxcContainer", - "image": "ubuntu1604-cicnsuite-rc2", + "image": "ubuntu1604-cicnsuite-rc3", "name": "cons", "node": "server", "category": "tablet", @@ -27,7 +27,7 @@ }, { "type": "LxcContainer", - "image": "ubuntu1604-cicnsuite-rc2", + "image": "ubuntu1604-cicnsuite-rc3", "name": "wifi", "node": "server", "category": "wifi", @@ -36,7 +36,7 @@ }, { "type": "LxcContainer", - "image": "ubuntu1604-cicnsuite-rc2", + "image": "ubuntu1604-cicnsuite-rc3", "name": "lte", "node": "server", "category": "lte", @@ -45,7 +45,7 @@ }, { "type": "LxcContainer", - "image": "ubuntu1604-cicnsuite-rc2", + "image": "ubuntu1604-cicnsuite-rc3", "name": "prod", "node": "server", "category": "video-server", -- cgit 1.2.3-korg