Fix to the vagrantfile to support both virtualbox and KVM boxes based
on a configuration file. This is required because the build environment
is using virtualbox and most customers us KVM. The real solution would
be to update the build environment.

Change-Id: I7ddd8921f45cefcbadb1b6bbabea11bb925c1a43
diff --git a/settings.vagrant.yaml b/settings.vagrant.yaml
new file mode 100644
index 0000000..8019610
--- /dev/null
+++ b/settings.vagrant.yaml
@@ -0,0 +1,5 @@
+---
+# Use virtualbox for development
+vProvider: "virtualbox"
+# Use KVM for production
+#vProvider: "KVM"