crypto crypto-openssl: support hashing operations
[vpp.git] / extras / vagrant / Vagrantfile
index 714ba94..8a2454a 100644 (file)
@@ -9,6 +9,8 @@ Vagrant.configure(2) do |config|
     config.vm.box = "centos/7"
     config.vm.box_version = "1708.01"
     config.ssh.insert_key = false
+  elsif distro == 'ubuntu1804'
+    config.vm.box = "bento/ubuntu-18.04"
   else
     config.vm.box = "puppetlabs/ubuntu-16.04-64-nocm"
   end