Merge "Debian/Ubuntu: Switch to stable/yoga"

This commit is contained in:
Zuul 2022-05-10 05:16:05 +00:00 committed by Gerrit Code Review
commit a4541f3eaa

View File

@ -12,7 +12,7 @@ class openstack_integration::repos {
'Ubuntu': {
include apt
class { 'openstack_extras::repo::debian::ubuntu':
release => 'xena',
release => 'yoga',
package_require => true,
uca_location => pick($::uca_mirror_host, 'http://ubuntu-cloud.archive.canonical.com/ubuntu'),
}
@ -20,7 +20,7 @@ class openstack_integration::repos {
'Debian': {
include apt
class { 'openstack_extras::repo::debian::debian':
release => 'xena',
release => 'yoga',
package_require => true,
}
}