Skip to content

Commit 7979a5f

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "update information about unbuildable images" into stable/xena
2 parents 46f8f3f + 698866e commit 7979a5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kolla/image/build.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ class Status(Enum):
112112

113113
'debian': {
114114
"bifrost-base", # tries to install 'mysql-server' which is not in
115-
# Debian 'buster'
116-
"ovn-base", # needs more checking
117-
"qdrouterd",
115+
# Debian 'buster' (fixed in Yoga)
116+
"ovn-base", # no OVN package in Debian bullseye
117+
"qdrouterd", # no qdrouterd package in Debian bullseye
118118
},
119119

120120
'ubuntu': {
121-
"qdrouterd", # There is no qdrouterd package for ubuntu bionic
121+
"qdrouterd", # There is no qdrouterd package for Ubuntu
122122
},
123123

124124
'ubuntu+aarch64': {

0 commit comments

Comments
 (0)