From 41587489eea6e2619cb2960725e9f9bcf9e557be Mon Sep 17 00:00:00 2001 From: Adam Israel Date: Wed, 6 Nov 2019 10:45:43 -0500 Subject: [PATCH] Install latest stable version of Juju Revert a previous commit to pin Juju releases to 2.5 branch. The issue that led to that has since been fixed. Change-Id: I19522c4efcb154b6e80bbf4427ba8021386a91ee Signed-off-by: Adam Israel --- installers/full_install_osm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 48f2cae4..1e86fbd7 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -631,7 +631,7 @@ function install_docker_compose() { function install_juju() { echo "Installing juju" - sudo snap install juju --classic --channel=2.5/stable + sudo snap install juju --classic [ -z "$INSTALL_NOLXD" ] && sudo dpkg-reconfigure -p medium lxd echo "Finished installation of juju" return 0 -- 2.17.1