increasing the mysql max connection to accomodate buffer size.
[joid.git] / ci / 01-bootstrap.sh
index 1577f49..b02b83d 100755 (executable)
@@ -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 --config agent-version=2.1-beta4 $controllername $cloudname --debug --to bootstrap.maas
+  juju bootstrap $controllername $cloudname --debug --to bootstrap.maas
 fi