Update the version of Ubuntu
In the Vagrantfile, it still using trusty64. It is too old and it should be updated to Ubuntu16.04 Change-Id: I83477eeb40db5c9da2e9ab9cdfb9b31a176800e9
This commit is contained in:
parent
8d8e0d652c
commit
ee204e0cd2
2
devstack/barbican-vagrant/Vagrantfile
vendored
2
devstack/barbican-vagrant/Vagrantfile
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user