diff options
Diffstat (limited to 'ci/01-bootstrap.sh')
-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 b02b83d3..1577f49f 100755 --- a/ci/01-bootstrap.sh +++ b/ci/01-bootstrap.sh @@ -18,5 +18,5 @@ if [[ "$jujuver" < "2" ]]; then else controllername=`awk 'NR==1{print substr($1, 1, length($1)-1)}' deployment.yaml` cloudname=`awk 'NR==1{print substr($1, 1, length($1)-1)}' deployment.yaml` - juju bootstrap $controllername $cloudname --debug --to bootstrap.maas + juju bootstrap --config agent-version=2.1-beta4 $controllername $cloudname --debug --to bootstrap.maas fi |