diff --git a/kolla/common/config.py b/kolla/common/config.py index 989adcc28b..c0aa8370a2 100644 --- a/kolla/common/config.py +++ b/kolla/common/config.py @@ -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