Comment 4 for bug 1067979

Revision history for this message
Dimiter Naydenov (dimitern) wrote :

Nope, it's not fixed - I can reproduce it on latest trunk (r2259) using this script:

#!/bin/bash

juju switch local
juju bootstrap --upload-tools
juju deploy -n7 wordpress &
juju deploy -n7 wordpress wp1 &
juju status

I'm looking into it now.