diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-27 16:57:02 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-27 22:58:09 +0000 |
commit | d9f4701ee624b918948451103d4444ee82f55d5a (patch) | |
tree | eafe181443946804f8cf033adccab9f6c3d3bf08 | |
parent | b8bef4d42504d2b1f4aa8946c2a5b401f3fbb7dd (diff) |
modified back to original as causing issues.
Change-Id: I8a8af6cffa766966dde44625dafe7a027f205113
(cherry picked from commit 1662dbf63fc0efa418b75548268f226ecf88db5f)
-rwxr-xr-x | ci/00-bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/00-bootstrap.sh b/ci/00-bootstrap.sh index fdc65293..961626b7 100755 --- a/ci/00-bootstrap.sh +++ b/ci/00-bootstrap.sh @@ -2,7 +2,7 @@ set -ex -export JUJU_DEV_FEATURE_FLAGS=address-allocation +#export JUJU_DEV_FEATURE_FLAGS=address-allocation juju bootstrap --debug --to bootstrap.maas sleep 5 |