commit 594cab64cd4a5ba565aa2304d3360e4ead70908c Author: Takashi Kajinami Date: Thu Oct 8 22:57:49 2020 +0900 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 diff --git a/manifests/repos.pp b/manifests/repos.pp index a13a3db..9901e91 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'), }