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 16:57:02 -0600 |
commit | 1662dbf63fc0efa418b75548268f226ecf88db5f (patch) | |
tree | 05968af2846ad5af7d08ea41a879f62a3813f9b1 /ci/00-bootstrap.sh | |
parent | e6f1588dbeb8f4d02398b34b621d285d5112e4c5 (diff) |
modified back to original as causing issues.
Change-Id: I8a8af6cffa766966dde44625dafe7a027f205113
Diffstat (limited to 'ci/00-bootstrap.sh')
-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 |