diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2018-04-26 07:50:38 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2018-04-26 12:51:27 +0000 |
commit | a9ea89a4bc4258e1aceb0f7aef4b2af5506b212b (patch) | |
tree | 52197fc36d8e6468b6fcf18789ccb8353c1ae928 /ci | |
parent | 91a9e4088e5d7bc660150afb0d1fbe26fb37d6ce (diff) |
making default series to xenial.
Change-Id: I26dfb8941e7b00717121dac3f1b3ecb26d8210bb
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
(cherry picked from commit 5235de0b3205b6d7e9c63cc85600927226a755d6)
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/01-bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |