From 594cab64cd4a5ba565aa2304d3360e4ead70908c Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 8 Oct 2020 22:57:49 +0900 Subject: [PATCH] Use Ussuri for Ubuntu This patch makes ubuntu tests use Ussuri since it is the latest version available now. The version will be bumped to victoria once Victoria release is available in Cloud Archive. Change-Id: I5c196885d4d83b8a29748cc00859915de8b4243f --- manifests/repos.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/repos.pp b/manifests/repos.pp index a13a3db43..9901e9117 100644 --- a/manifests/repos.pp +++ b/manifests/repos.pp @@ -12,7 +12,7 @@ class openstack_integration::repos { 'ubuntu': { include apt class { 'openstack_extras::repo::debian::ubuntu': - release => 'train', + release => 'ussuri', package_require => true, uca_location => pick($::uca_mirror_host, 'http://ubuntu-cloud.archive.canonical.com/ubuntu'), }