Merge "Ubuntu/Debian: Switch to 2023.1 (antelope)"

This commit is contained in:
Zuul
2023年09月08日 18:38:20 +00:00
committed by Gerrit Code Review

View File

@@ -21,7 +21,7 @@ class openstack_integration::repos {
'Ubuntu': {
include apt
class { 'openstack_extras::repo::debian::ubuntu':
release => 'zed',
release => 'antelope',
package_require => true,
uca_location => pick($facts['uca_mirror_host'], 'http://ubuntu-cloud.archive.canonical.com/ubuntu'),
}
@@ -29,7 +29,7 @@ class openstack_integration::repos {
'Debian':{
include apt
class { 'openstack_extras::repo::debian::debian':
release => 'zed',
release => 'antelope',
package_require => true,
}
}
Reference in New Issue
openstack/puppet-openstack-integration
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.