Removed deprecated --centos-mirror param

Replaces --centos-mirror with --mirror as we are going to remove
the old parameter completely. Deprecation was made a very long time ago.

Change-Id: Ieb2a2fb1b9fe5927d97409c0b626033c548fd92e
This commit is contained in:
Sorin Sbarnea 2019-07-05 17:46:40 +01:00
parent c6b434df05
commit 4e9d78201e
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export TRIPLEOSH=/home/centos/tripleo.sh
# Repo setup
wget -r --no-parent -nd -e robots=off -l 1 -A 'python2-tripleo-repos-*' https://trunk.rdoproject.org/centos7/current/
sudo yum install -y python2-tripleo-repos-*
sudo tripleo-repos -b rocky current --rdo-mirror http://mirror.regionone.rdo-cloud.rdoproject.org:8080/rdo --centos-mirror http://mirror.regionone.rdo-cloud.rdoproject.org
sudo tripleo-repos -b rocky current --rdo-mirror http://mirror.regionone.rdo-cloud.rdoproject.org:8080/rdo --mirror http://mirror.regionone.rdo-cloud.rdoproject.org
timer 'system setup'
timer