Ubuntu/Debian: Bump to Bobcat release

Change-Id: I3e45ad4b2ef693f31bde29262393101109e272f6
This commit is contained in:
Takashi Kajinami
2023年10月05日 01:05:24 +09:00
parent 493933a79c
commit acb16b4d8d

View File

@@ -21,7 +21,7 @@ class openstack_integration::repos {
'Ubuntu': {
include apt
class { 'openstack_extras::repo::debian::ubuntu':
release => 'antelope',
release => 'bobcat',
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 => 'antelope',
release => 'bobcat',
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.