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
This commit is contained in:
Takashi Kajinami 2020-10-08 22:57:49 +09:00
parent f0797c0f26
commit 594cab64cd

View File

@ -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'),
}