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:
parent
43922f8223
commit
bbc9522bb5
2
devstack/Vagrantfile
vendored
2
devstack/Vagrantfile
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user