From 4c366e9fbc3294fd5f9822c31538766deeeafbdc Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 26 Apr 2021 13:15:33 +0200 Subject: [PATCH] Disable trove for Debian/binary Package installation fails: Setting up trove-common (1:14.0.0-2~bpo10+1) ... install: cannot stat '/usr/share/trove-common/api-paste.ini': No such file or directory dpkg: error processing package trove-common (--configure): installed trove-common package post-installation script subprocess returned error exit status 1 Change-Id: Ia4d326601d14c5d55e8f67d8996458fc796583ea (cherry picked from commit 51c3c90af9a0c4ed27b4af5e0650b4e3a9eaeb53) --- kolla/image/build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kolla/image/build.py b/kolla/image/build.py index 58b132b9a7..8fa331cf12 100755 --- a/kolla/image/build.py +++ b/kolla/image/build.py @@ -172,6 +172,7 @@ UNBUILDABLE_IMAGES = { "senlin-conductor", # no binary package "senlin-health-manager", # no binary package "tacker-base", + "trove-base", # package is not installable "neutron-mlnx-agent", },