Merge "Install latest stable version of Juju"
authormadavi <jm00553988@techmahindra.com>
Wed, 20 Nov 2019 05:31:27 +0000 (06:31 +0100)
committerGerrit Code Review <root@osm.etsi.org>
Wed, 20 Nov 2019 05:31:27 +0000 (06:31 +0100)
installers/full_install_osm.sh

index d6a0286..7b45761 100755 (executable)
@@ -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