Prepare Juju

To use MAAS as a backing cloud we need to add MAAS to Juju, give MAAS credentials to Juju, and create a Juju controller. The corresponding Juju commands are:

juju add-cloud
juju add-credential
juju bootstrap

Please see the Juju documentation for guidance: How to use MAAS with Juju.

Assuming the controller is called ‘maas-controller’, create a model called ‘openstack’ and give it the desired default series:

juju add-model -c maas-controller --config default-series=focal openstack

Advance to the Deploy OpenStack page.