Comment 0 for bug 1386805

Revision history for this message
Charles Butler (lazypower) wrote :

It appears I have found a way to block bundle deployments.

Steps to reproduce:

bzr branch lp:~lazypower/charms/bundles/big-data-logger/bundle big-data-logger
cd big-data-logger
juju quickstart .

You will see that the deployment is accepted, yet it never fully completes. The bundle itself when ran through deployer fails due to a 404 error being returned from charmworld:

http://paste.ubuntu.com/8721825/

It appears that the gui server is not aware that deployer has failed and is still waiting on the deployment ot return something expected to progress the state of the deployment job.