From 392f1c53a5310daa98e7535579319b4cf19743fd Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Mon, 21 Oct 2019 13:18:37 +0100 Subject: [PATCH] Switch OPENSTACK_RELEASE to train This controls the upper constraints file used in the kolla-toolbox image. Change-Id: I5901890f78e6358fdda4c80fd277726b4bd2c1f4 --- 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 67401d5874..0683e3b3a7 100755 --- a/kolla/common/config.py +++ b/kolla/common/config.py @@ -33,7 +33,7 @@ DISTRO_RELEASE = { 'debian': 'buster', 'ubuntu': '18.04', } -OPENSTACK_RELEASE = 'master' +OPENSTACK_RELEASE = 'train' # This is noarch repository so we will use it on all architectures DELOREAN = \