Updated Ubuntu 16 desktop vagrant box for tutorial P4 VM

Change-Id: I4c3028a715d2a91cceaad44685285148f47d556b
(cherry picked from commit 4b9974fabf5393d53b99b70f88b577e4f3076c5e)
This commit is contained in:
Carmelo Cascone 2018-10-31 11:50:42 -07:00
parent d389a6ee5e
commit a252df1d9a

View File

@ -2,7 +2,7 @@ P4_VM_TYPE = ENV['P4_VM_TYPE'] || "dev"
Vagrant.configure(2) do |config|
if P4_VM_TYPE == "tutorial"
config.vm.box = "fso/xenial64-desktop"
config.vm.box = "lasp/ubuntu16.04-desktop"
else
config.vm.box = "bento/ubuntu-16.04"
end