From 5235de0b3205b6d7e9c63cc85600927226a755d6 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 26 Apr 2018 07:50:38 -0500 Subject: making default series to xenial. Change-Id: I26dfb8941e7b00717121dac3f1b3ecb26d8210bb Signed-off-by: Narinder Gupta --- ci/01-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/01-bootstrap.sh b/ci/01-bootstrap.sh index e45c2ee0..a946b0fb 100755 --- a/ci/01-bootstrap.sh +++ b/ci/01-bootstrap.sh @@ -4,4 +4,4 @@ set -ex controllername=`awk 'NR==1{print substr($1, 1, length($1)-1)}' deployconfig.yaml` cloudname=`awk 'NR==1{print substr($1, 1, length($1)-1)}' deployconfig.yaml` -juju bootstrap $controllername $cloudname --debug --to bootstrap.maas +juju bootstrap $controllername $cloudname --debug --to bootstrap.maas --bootstrap-series=xenial -- cgit 1.2.3-korg