summaryrefslogtreecommitdiffstats
path: root/ci/01-bootstrap.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-02-05 07:49:30 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2017-02-05 07:49:30 -0600
commitedf35e6c820e613ae73999189ed7e4b98c3a4e7d (patch)
tree1661e52ded2ed4d94e942891bd38a4acbe6689b0 /ci/01-bootstrap.sh
parentdf92ad485163c64e0dfaba122e6ab02f2473b685 (diff)
increasing the mysql max connection to accomodate buffer size.
Change-Id: Ic7d2ba8717289cd8ec5e3cca32b209b1f69cae33 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 1577f49f..b02b83d3 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 --config agent-version=2.1-beta4 $controllername $cloudname --debug --to bootstrap.maas
+ juju bootstrap $controllername $cloudname --debug --to bootstrap.maas
fi