How do I configure juju for local usage?

Solution 1:

Install Juju:

sudo add-apt-repository ppa:juju/devel
sudo apt-get update
sudo apt-get install juju-core lxd

You just need to configure the local provider:

newgrp lxd

Then bootstrap a new controller:

juju bootstrap lxd-test lxd

Follow the documentation for the rest of the configuration steps:

  • Documentation