How does juju integrate with lxd projects?
Can I bootstrap juju into a particular lxd project and have my applications be installed there?
For example:
$ juju bootstrap --constraints="project=juju" localhost juju-controller
ERROR unknown constraint "project"
$ juju bootstrap --constraints="lxd-project=juju" localhost juju-controller
ERROR unknown constraint "lxd-project"