diff options
Diffstat (limited to 'ci/00-bootstrap.sh')
-rwxr-xr-x | ci/00-bootstrap.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/00-bootstrap.sh b/ci/00-bootstrap.sh index c04ae2da..fdc65293 100755 --- a/ci/00-bootstrap.sh +++ b/ci/00-bootstrap.sh @@ -2,6 +2,8 @@ set -ex +export JUJU_DEV_FEATURE_FLAGS=address-allocation + juju bootstrap --debug --to bootstrap.maas sleep 5 juju deploy juju-gui --to 0 |