diff options
Diffstat (limited to 'examples/tutorial/tutorial03-hetnet.json')
-rw-r--r-- | examples/tutorial/tutorial03-hetnet.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/tutorial/tutorial03-hetnet.json b/examples/tutorial/tutorial03-hetnet.json index 42d4292d..4ee25216 100644 --- a/examples/tutorial/tutorial03-hetnet.json +++ b/examples/tutorial/tutorial03-hetnet.json @@ -13,12 +13,12 @@ }, { "type": "LxcImage", - "name": "ubuntu1604-cicnsuite-rc1", + "name": "ubuntu1604-cicnsuite-rc2", "node": "server" }, { "type": "LxcContainer", - "image": "ubuntu1604-cicnsuite-rc1", + "image": "ubuntu1604-cicnsuite-rc2", "name": "cons", "node": "server", "category": "tablet", @@ -27,7 +27,7 @@ }, { "type": "LxcContainer", - "image": "ubuntu1604-cicnsuite-rc1", + "image": "ubuntu1604-cicnsuite-rc2", "name": "wifi", "node": "server", "category": "wifi", @@ -36,7 +36,7 @@ }, { "type": "LxcContainer", - "image": "ubuntu1604-cicnsuite-rc1", + "image": "ubuntu1604-cicnsuite-rc2", "name": "lte", "node": "server", "category": "lte", @@ -45,7 +45,7 @@ }, { "type": "LxcContainer", - "image": "ubuntu1604-cicnsuite-rc1", + "image": "ubuntu1604-cicnsuite-rc2", "name": "prod", "node": "server", "category": "video-server", |