diff --git a/tools/fixup_stuff.sh b/tools/fixup_stuff.sh index efe0125741..f1552ab2f7 100755 --- a/tools/fixup_stuff.sh +++ b/tools/fixup_stuff.sh @@ -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/pike main" + sudo apt-add-repository -y "deb $NODEPOOL_UCA_MIRROR xenial-updates/ocata main" else # Otherwise use upstream UCA - sudo add-apt-repository -y cloud-archive:pike + sudo add-apt-repository -y cloud-archive:ocata fi # Disable use of libvirt wheel since a cached wheel build might be