Update to using pike cloud-archive
This reverts commit ee22ca8373
Depends-On: Iae2962bb86100f03fd3ad9aac3767da876291e74
Change-Id: I4d5fa052bdc5eef1795f6507589e2eaf4e093e23
Related-Bug: #1718295
This commit is contained in:
parent
ee22ca8373
commit
917ad0998b
@ -84,10 +84,10 @@ if [[ "${ENABLE_UBUNTU_CLOUD_ARCHIVE}" == "True" && "$DISTRO" = "xenial" ]]; the
|
||||
# we can find local mirrors then use that mirror.
|
||||
source /etc/ci/mirror_info.sh
|
||||
|
||||
sudo apt-add-repository -y "deb $NODEPOOL_UCA_MIRROR xenial-updates/ocata main"
|
||||
sudo apt-add-repository -y "deb $NODEPOOL_UCA_MIRROR xenial-updates/pike main"
|
||||
else
|
||||
# Otherwise use upstream UCA
|
||||
sudo add-apt-repository -y cloud-archive:ocata
|
||||
sudo add-apt-repository -y cloud-archive:pike
|
||||
fi
|
||||
|
||||
# Disable use of libvirt wheel since a cached wheel build might be
|
||||
|
Loading…
Reference in New Issue
Block a user