From acfb321bf17de65405c76405ffe6c42b0bbc5b57 Mon Sep 17 00:00:00 2001 From: Nobuto Murata <nobuto.murata@canonical.com> Date: Wed, 2 Aug 2023 12:02:21 +0900 Subject: [PATCH] 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 d78e6e79bf2cd0f46bbe5a12faa2febbe8998709) --- deploy-guide/source/install-juju.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-guide/source/install-juju.rst b/deploy-guide/source/install-juju.rst index 4d42a8f..7a1aec4 100644 --- a/deploy-guide/source/install-juju.rst +++ b/deploy-guide/source/install-juju.rst @@ -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 ----------------