switch_to_3.17_lxd_version

This commit is contained in:
Milan Meduna 2019-10-22 22:09:43 +02:00
parent b223032435
commit 02bca84b4a
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@ systemctl start snapd
sleep 5
snap install lxd
echo "Switch to 3.17 version LXD because 3.18 have bug in lxd import"
snap switch --channel 3.17/stable lxd
snap refresh
echo "Stopping and disabling lxd"
snap stop --disable lxd
snap disable lxd