We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46f8f3f + 698866e commit 7979a5fCopy full SHA for 7979a5f
kolla/image/build.py
@@ -112,13 +112,13 @@ class Status(Enum):
112
113
'debian': {
114
"bifrost-base", # tries to install 'mysql-server' which is not in
115
- # Debian 'buster'
116
- "ovn-base", # needs more checking
117
- "qdrouterd",
+ # Debian 'buster' (fixed in Yoga)
+ "ovn-base", # no OVN package in Debian bullseye
+ "qdrouterd", # no qdrouterd package in Debian bullseye
118
},
119
120
'ubuntu': {
121
- "qdrouterd", # There is no qdrouterd package for ubuntu bionic
+ "qdrouterd", # There is no qdrouterd package for Ubuntu
122
123
124
'ubuntu+aarch64': {
0 commit comments