diff --git a/roles/multi-node-bridge/templates/zuul-multi-node-bridge-ovs.repo.j2 b/roles/multi-node-bridge/templates/zuul-multi-node-bridge-ovs.repo.j2 index 3905ab3ec..eab30dcc1 100644 --- a/roles/multi-node-bridge/templates/zuul-multi-node-bridge-ovs.repo.j2 +++ b/roles/multi-node-bridge/templates/zuul-multi-node-bridge-ovs.repo.j2 @@ -17,12 +17,9 @@ baseurl=https://trunk.rdoproject.org/rhel8-master/deps/latest/ gpgcheck=0 enabled=1 {% elif ansible_distribution == 'CentOS' and ansible_distribution_major_version|int >= 8 %} -[RDO-RHEL8-deps] -# NOTE(ianw): 2019-11-25 RDO on centos8 is still in the process of -# being built. However, for our openvswitch dependency we can use -# this, for now. -name=RedHat OpenStack deps repo -baseurl=https://trunk.rdoproject.org/rhel8-master/deps/latest/ +[RDO-CentOS8-deps] +name=CentOS OpenStack deps repo +baseurl=https://trunk.rdoproject.org/centos8-master/deps/latest/ gpgcheck=0 enabled=1 {% endif %}