Skip to content

Commit 8cf23a6

Browse files
hrwyoctozepto
authored andcommitted
switch source images to follow master branches
We passed R-17 point. Watcher and vmtp are disabled due to PrettyTable version conflict. Change-Id: Ia4cbc70f1dc54a5654ccf770c9a866dcb6fef52a
1 parent 0443cee commit 8cf23a6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

kolla/common/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'debian': 'Debian GNU/Linux 11 (bullseye)',
3333
'ubuntu': 'Ubuntu 20.04',
3434
}
35-
OPENSTACK_RELEASE = 'xena'
35+
OPENSTACK_RELEASE = 'master'
3636

3737
# This is noarch repository so we will use it on all architectures
3838
DELOREAN = "https://trunk.rdoproject.org/centos8-xena/" \

kolla/image/build.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ class Status(Enum):
9898
"zun-base",
9999
},
100100

101+
'source': {
102+
"watcher-base", # https://bugs.launchpad.net/watcher/+bug/1952944
103+
"vmtp", # https://review.opendev.org/c/x/vmtp/+/820057
104+
},
105+
101106
'centos': {
102107
"hacluster-pcs", # Missing crmsh package
103108
"nova-spicehtml5proxy", # Missing spicehtml5 package

0 commit comments

Comments
 (0)