From acb16b4d8dd7f221cc4cdc21430daea2e64750f3 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 5 Oct 2023 01:05:24 +0900 Subject: [PATCH] Ubuntu/Debian: Bump to Bobcat release Change-Id: I3e45ad4b2ef693f31bde29262393101109e272f6 --- manifests/repos.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/repos.pp b/manifests/repos.pp index 224925362..82b8a3d1b 100644 --- a/manifests/repos.pp +++ b/manifests/repos.pp @@ -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, } }