summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-11-28 17:58:01 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-28 17:58:01 +0000
commitcad1d5cf0b3c9cfd376dc62d1c60f7602eb10031 (patch)
tree691267bb67f1682ab6603649593d19f42c769f40 /ci
parente3beb98f349186c840a834ffcddcb55f453199d1 (diff)
parent96c8edd679c389988f0ac55171d6e8875ad0caa1 (diff)
Merge "modified to fix the deployment issue with latest version of juju"
Diffstat (limited to 'ci')
-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 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