From 6441c2fc1f568749061fd82b0acde65a22dbd36c Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Tue, 26 Apr 2022 11:13:30 -0500 Subject: [PATCH] Update cloud archive to yoga for focal This change updates the cloud archive version to yoga in the ubuntu_focal dockerfile sources.list. This is to facilitate the upgrade to the latest version of openstack. Change-Id: I56bce55adde466ad0b175b39e9d7b2820f03bdb8 --- dockerfiles/ubuntu_focal/sources.list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/ubuntu_focal/sources.list b/dockerfiles/ubuntu_focal/sources.list index 400461b..e0283b0 100644 --- a/dockerfiles/ubuntu_focal/sources.list +++ b/dockerfiles/ubuntu_focal/sources.list @@ -3,4 +3,4 @@ deb %%UBUNTU_URL%% focal-updates main universe deb %%UBUNTU_URL%% focal-backports main universe deb %%UBUNTU_URL%% focal-security main universe deb %%CEPH_URL%% focal main -deb %%CLOUD_ARCHIVE_URL%% focal-updates/victoria main +deb %%CLOUD_ARCHIVE_URL%% focal-updates/yoga main