Skip to content

Commit

Permalink
Update to using pike cloud-archive
Browse files Browse the repository at this point in the history
This reverts commit ee22ca8

Depends-On: Iae2962bb86100f03fd3ad9aac3767da876291e74

Change-Id: I4d5fa052bdc5eef1795f6507589e2eaf4e093e23
Related-Bug: #1718295
  • Loading branch information
mriedem committed Sep 20, 2017
1 parent ee22ca8 commit 917ad09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/fixup_stuff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 917ad09

Please sign in to comment.