Skip to content

Commit 5af5feb

Browse files
committed
[release] Use Dalmatian sources by default
Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/933312 Change-Id: I9a671d63dc6c6919609b667704bc3ce6d91fa22b
1 parent 71d7edd commit 5af5feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kolla/common/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'rocky': 'Rocky Linux 9.* (Blue Onyx)',
3838
'ubuntu': 'Ubuntu 24.04.* LTS',
3939
}
40-
OPENSTACK_RELEASE = 'master'
40+
OPENSTACK_RELEASE = '2024.2'
4141

4242
# This is noarch repository so we will use it on all architectures
4343
DELOREAN_DEPS = "https://trunk.rdoproject.org/centos9-dalmatian/" \

0 commit comments

Comments
 (0)