diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-27 11:45:11 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-27 18:35:12 +0000 |
commit | b8bef4d42504d2b1f4aa8946c2a5b401f3fbb7dd (patch) | |
tree | fbdb16ab8327ca8f5cca7d5f4ff2bebfd4905a3f | |
parent | cb2b27740e320dd14b8f615ace4f8d293a1caca7 (diff) |
revert back previous changes and enabling the feature flag in JUJU.
Change-Id: I567f376a697dfbc61b017f6da25e630b7f8c8248
(cherry picked from commit e6f1588dbeb8f4d02398b34b621d285d5112e4c5)
-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 |