Add --controller, --lxd-cloud and --lxd-credentials in osm installer using charms
[osm/devops.git] / installers / full_install_osm.sh
index f4c06cf..613f510 100755 (executable)
@@ -246,7 +246,7 @@ function install_lxd() {
 
     # Install LXD snap
     sudo apt-get remove --purge -y liblxc1 lxc-common lxcfs lxd lxd-client
-    sudo snap install lxd --channel=3.0/stable
+    sudo snap install lxd
 
     # Configure LXD
     sudo usermod -a -G lxd `whoami`