diff options
Diffstat (limited to 'bootstrap-ubuntu.sh')
-rwxr-xr-x | bootstrap-ubuntu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-ubuntu.sh b/bootstrap-ubuntu.sh index b860231f0e..b6872cb044 100755 --- a/bootstrap-ubuntu.sh +++ b/bootstrap-ubuntu.sh @@ -29,7 +29,7 @@ VIRL_SERVER_STATUS_FILE="status" VIRL_SERVER_EXPECTED_STATUS="PRODUCTION" VIRL_TOPOLOGY=double-ring-nested.xenial -VIRL_RELEASE=csit-ubuntu-16.04.1_2017-02-20_1.7 +VIRL_RELEASE=csit-ubuntu-16.04.1_2017-02-23_1.8 SSH_OPTIONS="-i ${VIRL_PKEY} -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o BatchMode=yes -o LogLevel=error" |