summaryrefslogtreecommitdiffstats
path: root/ci/01-bootstrap.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2018-05-09 14:55:21 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2018-05-09 15:04:20 -0500
commit1eb7a7a1b2e1588c477f61b9e6bfec69e554c66a (patch)
treea1bee3f6a45580638725e997bd89deede730b54d /ci/01-bootstrap.sh
parent7009ee2526775339ea4630e6ef94f3f467524e0d (diff)
adding bionic support.
Change-Id: I07214051129149800beac45a40727a7843cfd107 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/01-bootstrap.sh')
-rwxr-xr-xci/01-bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/01-bootstrap.sh b/ci/01-bootstrap.sh
index 62692bc8..5d57fab5 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 --constraints tags=bootstrap --bootstrap-series=xenial
+juju bootstrap $controllername $cloudname --debug --constraints tags=bootstrap --bootstrap-series=$1