From 06fc47b8415d036f48834256c5842323bfc28849 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 19 Apr 2025 23:02:06 +0900 Subject: [PATCH] Ubuntu: Switch to Epoxy Change-Id: I24fc840f3ade6ad342f0e3ec246cf5eb46f608dc --- manifests/repos.pp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/manifests/repos.pp b/manifests/repos.pp index 801675795..9d73bbfc8 100644 --- a/manifests/repos.pp +++ b/manifests/repos.pp @@ -6,10 +6,8 @@ class openstack_integration::repos { 'Ubuntu': { include apt class { 'openstack_extras::repo::debian::ubuntu': - release => 'caracal', - # TODO(tkajinam): Switch to UCA once openstackclient in Dalmatian - # is updated. See https://bugs.launchpad.net/bugs/2097764 . - manage_uca => false, + release => 'epoxy', + manage_uca => true, package_require => true, uca_location => pick($facts['uca_mirror_host'], 'http://ubuntu-cloud.archive.canonical.com/ubuntu'), } @@ -17,7 +15,7 @@ class openstack_integration::repos { 'Debian': { include apt class { 'openstack_extras::repo::debian::debian': - release => 'caracal', + release => 'epoxy', package_require => true, } }