diff --git a/doc/source/matrix_aarch64.csv b/doc/source/matrix_aarch64.csv index c7c342873b..c6dfc5e567 100644 --- a/doc/source/matrix_aarch64.csv +++ b/doc/source/matrix_aarch64.csv @@ -2,7 +2,7 @@ Image,CentOS,,Ubuntu,,Debian ,Binary,Source,Binary,Source,Binary,Source aodh,C,C,C,C,N,C barbican,C,C,C,C,N,C -bifrost,N,C,N,N,N,N +bifrost,N,N,N,N,N,N blazar,N,C,N,C,N,C ceilometer,C,C,C,C,N,C cinder,C,C,C,C,N,C diff --git a/doc/source/matrix_x86.csv b/doc/source/matrix_x86.csv index 86cf9c6e40..661d62971d 100644 --- a/doc/source/matrix_x86.csv +++ b/doc/source/matrix_x86.csv @@ -2,7 +2,7 @@ Image,CentOS,,Ubuntu,,Debian ,Binary,Source,Binary,Source,Binary,Source aodh,C,C,C,C,C,C barbican,C,T,C,C,C,C -bifrost,N,T,N,C,N,N +bifrost,N,T,N,C,N,C blazar,N,C,N,C,N,C ceilometer,C,C,C,C,C,C cinder,C,T,C,T,C,C diff --git a/kolla/image/build.py b/kolla/image/build.py index ad8ab0ff03..31858e1c06 100755 --- a/kolla/image/build.py +++ b/kolla/image/build.py @@ -111,8 +111,6 @@ UNBUILDABLE_IMAGES = { }, 'debian': { - "bifrost-base", # tries to install 'mysql-server' which is not in - # Debian 'buster' (fixed in Yoga) "qdrouterd", # no qdrouterd package in Debian bullseye },