From bbc9522bb52fa24d7abd15b9d7f5f6e259b5c454 Mon Sep 17 00:00:00 2001 From: Martin Chacon Piza Date: Tue, 28 Jul 2020 13:17:42 +0200 Subject: [PATCH] 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 --- devstack/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/Vagrantfile b/devstack/Vagrantfile index bc72ef71f..38e73a26a 100644 --- a/devstack/Vagrantfile +++ b/devstack/Vagrantfile @@ -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"