Pin to Juju 2.9 for the time being

The whole guide assumes Juju 2.9 as the top page states:
> The software versions used in this guide are as follows:
> * Ubuntu 22.04 LTS (Jammy) for the Juju client, Juju controller, and
>   all cloud nodes (including containers)
> * MAAS 3.3.3
> * Juju 2.9.43
> * OpenStack 2023.1 (Antelope)

Now that the default channel of Juju snap is 3.1, we should pin to 2.9
in the short term. Otherwise the first user experience is not going to
be smooth due to backward-incompatible commands such as `juju
add-relation` or `juju run`.

Closes-Bug: #2029323
Change-Id: Ia5eb711de1ef60443311413477460620de17f77d
(cherry picked from commit d78e6e79bf)
This commit is contained in:
Nobuto Murata 2023-08-02 12:02:21 +09:00
parent 1e3c10016f
commit ebcb746a28
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ To install Juju:
.. code-block:: none
sudo snap install juju --classic
sudo snap install juju --classic --channel 2.9
Add MAAS to Juju
----------------