From 68b4fb56547da3d4ad147dc494b0b8d367518097 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 20 Apr 2024 12:00:16 +0900 Subject: [PATCH] Ubuntu: Switch to Caracal Change-Id: I4230a0686167eb0319d2d45e91b1d3cbe7c2b088 --- manifests/repos.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/repos.pp b/manifests/repos.pp index 8efacbc5c..a91248db7 100644 --- a/manifests/repos.pp +++ b/manifests/repos.pp @@ -16,7 +16,7 @@ class openstack_integration::repos { 'Ubuntu': { include apt class { 'openstack_extras::repo::debian::ubuntu': - release => 'bobcat', + release => 'caracal', package_require => true, uca_location => pick($facts['uca_mirror_host'], 'http://ubuntu-cloud.archive.canonical.com/ubuntu'), } @@ -24,7 +24,7 @@ class openstack_integration::repos { 'Debian': { include apt class { 'openstack_extras::repo::debian::debian': - release => 'bobcat', + release => 'caracal', package_require => true, } }