[CORD-2463]
Make box used by Vagrant VM's a parameter

Change-Id: I19437de9126146a4e102b6db3288e6ae73b1354a
diff --git a/scenarios/mock/Vagrantfile b/scenarios/mock/Vagrantfile
index 1b39bf9..4fa4b65 100644
--- a/scenarios/mock/Vagrantfile
+++ b/scenarios/mock/Vagrantfile
@@ -8,7 +8,7 @@
 
 Vagrant.configure("2") do |config|
 
-  config.vm.box = "ubuntu/trusty64"
+  config.vm.box = settings["vagrant_box"]
 
   # sync these folders with VM
   config.vm.synced_folder "../../../", "/opt/cord/", create: true