Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kolla/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
OPENSTACK_RELEASE = 'master'

# This is noarch repository so we will use it on all architectures
DELOREAN_DEPS = "https://trunk.rdoproject.org/centos9-master/" \
DELOREAN_DEPS = "https://trunk.rdoproject.org/centos9-epoxy/" \
"delorean-deps.repo"

# TODO(mandre) check for file integrity instead of downloading from an HTTPS
Expand Down
Loading