Comment 9 for bug 1590960

Revision history for this message
Christian Muirhead (2-xtian) wrote :

After talking about this we decided to make it consistent with the behaviour of add-machine <container-type>, so deploy --to lxd will create a new machine with a new lxd container, and deploy to the container. This doesn't add any more provider error-checking than there is in the add-machine case, so you can still end up in a failed state if you deploy --to kvm on an AWS controller, for example.

PR: https://github.com/juju/juju/pull/5598