Comment 9 for bug 1306537

Revision history for this message
John A Meinel (jameinel) wrote :

Steps to reproduce:

juju bootstrap -e local --debug
juju deploy precise/ubuntu
juju deploy trusty/ubuntu ubuntu-t

The former gets stuck and is erroring with "no tools found", the latter seems stuck waiting for the former to get provisioned.

If I, instead, do:
juju bootstrap -e local --debug --upload-tools --series precise,trusty
juju deploy precise/ubuntu
juju deploy trusty/ubuntu ubuntu-t

Then everything works as expected.