From 76c55483bcf57f25cfd904c9590f24b2e4011bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Nasiadka?= Date: Tue, 15 Jun 2021 11:53:32 +0200 Subject: [PATCH] Switch OPENSTACK_RELEASE back to master Part of agreed Xena release process cadence: R-17 Switch source images to current release Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/796422 Change-Id: Id27f610952f5e573804799ef445eaa8753ae9b14 --- kolla/common/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kolla/common/config.py b/kolla/common/config.py index 37d153732a..0462f03877 100755 --- a/kolla/common/config.py +++ b/kolla/common/config.py @@ -34,7 +34,7 @@ DISTRO_PRETTY_NAME = { 'debian': 'Debian GNU/Linux 11 (bullseye)', 'ubuntu': 'Ubuntu 20.04', } -OPENSTACK_RELEASE = 'wallaby' +OPENSTACK_RELEASE = 'master' # This is noarch repository so we will use it on all architectures DELOREAN = "https://trunk.rdoproject.org/centos8-wallaby/" \