Merge "Use CentOS8 dependencies repo to install openvswitch"
This commit is contained in:
commit
f05f26b1ca
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user