Comment 2 for bug 1321025

Revision history for this message
Robie Basak (racb) wrote :

I've reproduced this on a cloud instance. I'll send you access details privately.

To reproduce, I:

Started a Utopic cloud instance (on OpenStack).

sudo apt-get update && eatmydata apt-get dist-upgrade
# copy in juju-core_1.18.4+bzr2293-0ubuntu1*.deb
dpkg -i *.deb
sudo apt-get -f install
mkdir -p ~/.juju
cat > ~/.juju/environments.yaml << EOF
default: local-test
environments:
  local-test:
    type: local
    admin-secret: c46629f0935c757a46b26946ac244f3f
EOF
juju bootstrap --debug 2>&1|tee juju-bootstrap.log