Migrate DevStack plugin to Ubuntu Focal

We want to migrate to the latest Ubuntu LTS release 20.04 aka Focal.

Change-Id: Ie8f08a4b2124ff0d726b5faf3b2b4d89200e444e
Story: 2007865
Task: 40197
Depends-On: https://review.opendev.org/#/c/734700
This commit is contained in:
Martin Chacon Piza 2020-07-28 13:17:42 +02:00 committed by Martin Chacon Piza
parent 43922f8223
commit bbc9522bb5
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Vagrant.configure(2) do |config|
end
config.vm.hostname = "devstack"
config.vm.box = "bento/ubuntu-18.04"
config.vm.box = "bento/ubuntu-20.04"
config.vm.box_check_update = false
config.vm.network "private_network",ip:"192.168.10.6"
config.vm.synced_folder "~/", "/vagrant_home"