From 9e261178edc326c69476e0f3d4d7e05660ea9ce7 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Wed, 20 Dec 2023 17:04:34 +0000 Subject: [PATCH] Revert "[release] Use Bobcat sources by default" This reverts commit 033286f4c15bb80a91b4e8dcb9a0be283daf9535. Reason for revert: Let's get back to master Change-Id: I635d2bc20d897d037739702bf15cbb2e2bdcb0b1 --- 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 9c2755f16a..4a962994ce 100644 --- a/kolla/common/config.py +++ b/kolla/common/config.py @@ -36,7 +36,7 @@ DISTRO_PRETTY_NAME = { 'rocky': 'Rocky Linux 9.* (Blue Onyx)', 'ubuntu': 'Ubuntu 22.04', } -OPENSTACK_RELEASE = '2023.2' +OPENSTACK_RELEASE = 'master' # TODO(mandre) check for file integrity instead of downloading from an HTTPS # source