|
...
|
...
|
@@ -84,10 +84,10 @@ if [[ "${ENABLE_UBUNTU_CLOUD_ARCHIVE}" == "True" && "$DISTRO" = "xenial" ]]; the
|
|
84
|
84
|
# we can find local mirrors then use that mirror.
|
|
85
|
85
|
source /etc/ci/mirror_info.sh
|
|
86
|
86
|
|
|
87
|
|
- sudo apt-add-repository -y "deb $NODEPOOL_UCA_MIRROR xenial-updates/pike main"
|
|
|
87
|
+ sudo apt-add-repository -y "deb $NODEPOOL_UCA_MIRROR xenial-updates/ocata main"
|
|
88
|
88
|
else
|
|
89
|
89
|
# Otherwise use upstream UCA
|
|
90
|
|
- sudo add-apt-repository -y cloud-archive:pike
|
|
|
90
|
+ sudo add-apt-repository -y cloud-archive:ocata
|
|
91
|
91
|
fi
|
|
92
|
92
|
|
|
93
|
93
|
# Disable use of libvirt wheel since a cached wheel build might be
|