From eb83693ea114152b2ff16c2e01be5f82736bbb19 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 7 Apr 2021 10:19:23 +0200 Subject: [PATCH] rabbitmq: use Focal repo Change-Id: Ie4eacb57b106c0f7c0a27b181d843101d7b26179 --- kolla/template/repos.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/kolla/template/repos.yaml b/kolla/template/repos.yaml index 827dd9207c..fdd986ccf8 100644 --- a/kolla/template/repos.yaml +++ b/kolla/template/repos.yaml @@ -82,8 +82,7 @@ ubuntu: kibana: "deb https://artifacts.elastic.co/packages/oss-7.x/apt stable main" mariadb: "deb http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/ubuntu focal main" qdrouterd: "deb http://ppa.launchpad.net/qpid/released/ubuntu/ focal main" - # NOTE(hrw): upstream uses bionic repo for focal - rabbitmq: "deb https://dl.bintray.com/rabbitmq/debian/ bionic main" + rabbitmq: "deb https://dl.bintray.com/rabbitmq/debian/ focal main" td-agent: "deb http://packages.treasuredata.com/4/ubuntu/focal/ focal contrib" ubuntu-aarch64: @@ -92,9 +91,9 @@ ubuntu-aarch64: influxdb: "deb https://repos.influxdata.com/ubuntu focal stable" logstash: "deb https://artifacts.elastic.co/packages/oss-7.x/apt stable main" mariadb: "deb http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/ubuntu focal main" - rabbitmq: "deb https://dl.bintray.com/rabbitmq/debian/ bionic main" + rabbitmq: "deb https://dl.bintray.com/rabbitmq/debian/ focal main" td-agent: "deb http://packages.treasuredata.com/4/ubuntu/focal/ focal contrib" ubuntu-ppc64le: mariadb: "deb http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/ubuntu focal main" - rabbitmq: "deb https://dl.bintray.com/rabbitmq/debian/ bionic main" + rabbitmq: "deb https://dl.bintray.com/rabbitmq/debian/ focal main"