Update vagrant base OS to Ubuntu 18.04LTS

Replace Ubuntu 16.04LTS with the newer OS for libvirt

Change-Id: I02db28d0e3874c322d62ab0b2a3e16fd66b89901
This commit is contained in:
Shachar Snapiri 2019-05-13 22:56:58 +03:00
parent c8adf28b09
commit bf968291c5
1 changed files with 1 additions and 1 deletions

2
vagrant/Vagrantfile vendored
View File

@ -31,7 +31,7 @@ Vagrant.configure(2) do |config|
end
config.vm.provider 'libvirt' do |vb, override|
vb.nested = true
override.vm.box = ENV.fetch('VAGRANT_OVN_VM_BOX', 'generic/ubuntu1604')
override.vm.box = ENV.fetch('VAGRANT_OVN_VM_BOX', 'generic/ubuntu1804')
end
# Bring up the Devstack controller node on the hypervisor