Merge "Update the version of Ubuntu"

This commit is contained in:
Zuul 2018-06-04 14:23:24 +00:00 committed by Gerrit Code Review
commit 0b093c1a4f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.box = "ubuntu/xenial64"
# Barbican Ports
config.vm.network "forwarded_port", guest: 9311, host: 9311