diff --git a/kolla/common/config.py b/kolla/common/config.py index 39ce63cb37..2147cc641f 100644 --- a/kolla/common/config.py +++ b/kolla/common/config.py @@ -40,7 +40,7 @@ DISTRO_PRETTY_NAME = { 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-dalmatian/" \ "delorean-deps.repo" # TODO(mandre) check for file integrity instead of downloading from an HTTPS