-T option fails if environment not bootstrapped
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-deployer |
Triaged
|
Low
|
Unassigned |
Bug Description
"""
2013-05-08 16:25:11,583 Resetting environment...
2013-05-08 16:25:21,571 Error getting status, is it bootstrapped?
2013-05-08 16:25:21,572 Command (juju status) Output:
error: failed to GET object provider-state from container juju-Enoh1eesai
caused by: Resource at https:/
caused by: request (https:/
The resource could not be found.
2013-05-08 16:25:21,572 Deployment stopped. run time: 9.99315404892
"""
Ideally it should be a noop and exit 0.
Changed in juju-deployer: | |
status: | New → Triaged |
importance: | Undecided → Low |
I'm a little wary of masking errors from the juju cli at this early stage, the env could be broken/unavailable for a few different reasons (invalid perms/account, bootstrap node not responding, etc).