summaryrefslogtreecommitdiffstats
path: root/ci/03-maasdeploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2018-04-19 20:29:44 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-19 20:29:44 +0000
commit4b50bb29ffc97297d78f5138f1a066593f16c3d2 (patch)
tree274810db6be13f37f2c4b5c4fcee0e4ab03e60c0 /ci/03-maasdeploy.sh
parent1e7ce78ab2039a1f325a09a50f65542fbba51f9c (diff)
parent149e7053b83b2236eac66701837c0d183bb25b81 (diff)
Merge "added ssl support based on default."
Diffstat (limited to 'ci/03-maasdeploy.sh')
-rwxr-xr-xci/03-maasdeploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh
index d10e9a30..7ccb72d7 100755
--- a/ci/03-maasdeploy.sh
+++ b/ci/03-maasdeploy.sh
@@ -61,9 +61,9 @@ if [ "$snapinstall" -eq "0" ]; then
sudo apt-add-repository ppa:maas/stable -y
fi
if [ "bionic" != "$opnfvdistro" ]; then
- sudo apt-add-repository cloud-archive:pike -y
+ sudo apt-add-repository cloud-archive:queens -y
if [ "aarch64" == "$NODE_ARCTYPE" ]; then
- sudo add-apt-repository ppa:ubuntu-cloud-archive/pike-staging -y
+ sudo add-apt-repository ppa:ubuntu-cloud-archive/queens-staging -y
fi
fi