From 96c8edd679c389988f0ac55171d6e8875ad0caa1 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Mon, 28 Nov 2016 11:56:08 -0600 Subject: modified to fix the deployment issue with latest version of juju Change-Id: Id13c3f3fe760488de097a90644906ede87b365e0 Signed-off-by: Narinder Gupta --- ci/01-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/01-bootstrap.sh b/ci/01-bootstrap.sh index 6adc2cff..4d265f32 100755 --- a/ci/01-bootstrap.sh +++ b/ci/01-bootstrap.sh @@ -7,7 +7,7 @@ set -ex jujuver=`juju --version` if [[ "$jujuver" < "2" ]]; then - juju bootstrap --debug --to bootstrap.maas + juju bootstrap --debug --to bootstrap.maas --agent-version 1.25.6 sleep 5 #disable juju gui until xenial charms are in charm store. juju deploy cs:juju-gui-130 --to 0 -- cgit 1.2.3-korg