From 347bd599e597f382b0b6b8ddebedad5a90a67f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Mon, 20 Jan 2020 08:48:12 +0100 Subject: [PATCH] To-revert: Temporarily disable Ubuntu bifrost image building We want to support it but it is blocking gate atm due to py3 on Ubuntu. Not affecting C7 due to no py3. Change-Id: I6d0ced90d511405f600e7c4677b1b7083a6adbd2 Related-bug: #1860229 --- kolla/image/build.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kolla/image/build.py b/kolla/image/build.py index 28318c299e..8b514d1b00 100755 --- a/kolla/image/build.py +++ b/kolla/image/build.py @@ -160,6 +160,9 @@ UNBUILDABLE_IMAGES = { "telegraf", # no binary package }, 'ubuntu': { + "bifrost-base", # FIXME(yoctozepto): we want to support it but it is + # blocking gate atm due to py3 on Ubuntu + # see https://bugs.launchpad.net/kolla/+bug/1860229 "cyborg-base", "qdrouterd", # There is no qdrouterd package for ubuntu bionic },