Skip to content

Commit

Permalink
Merge "Update to using pike cloud-archive"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Oct 2, 2017
2 parents 7c9542e + 917ad09 commit b3b6c10
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 b3b6c10

Please sign in to comment.