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 077f136 + 8cf23a6 commit de3ab6eCopy full SHA for de3ab6e
kolla/common/config.py
@@ -32,7 +32,7 @@
32
'debian': 'Debian GNU/Linux 11 (bullseye)',
33
'ubuntu': 'Ubuntu 20.04',
34
}
35
-OPENSTACK_RELEASE = 'xena'
+OPENSTACK_RELEASE = 'master'
36
37
# This is noarch repository so we will use it on all architectures
38
DELOREAN = "https://trunk.rdoproject.org/centos8-xena/" \
kolla/image/build.py
@@ -98,6 +98,11 @@ class Status(Enum):
98
"zun-base",
99
},
100
101
+ 'source': {
102
+ "watcher-base", # https://bugs.launchpad.net/watcher/+bug/1952944
103
+ "vmtp", # https://review.opendev.org/c/x/vmtp/+/820057
104
+ },
105
+
106
'centos': {
107
"hacluster-pcs", # Missing crmsh package
108
"nova-spicehtml5proxy", # Missing spicehtml5 package
0 commit comments