Skip to content

Commit

Permalink
.travis.yml: use a known-working version of lxd (#643)
Browse files Browse the repository at this point in the history
The latest lxd 4.7 snap causes failures; while we're diagnosing those
and addressing the issues (either upstream or in our code), pin at lxd
4.6 so we can continue to land PRs in cloud-init trunk.
  • Loading branch information
OddBloke committed Oct 30, 2020
1 parent a6afe9c commit f72d0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ matrix:
# pylxd talks only to the lxd from snap
- sudo apt remove --purge lxd lxd-client
- sudo rm -Rf /var/lib/lxd
- sudo snap install lxd
- sudo snap install --channel=4.6/stable lxd
- sudo lxd init --auto
- sudo mkdir --mode=1777 -p /var/snap/lxd/common/consoles
# Move any cached lxd images into lxd's image dir
Expand Down

0 comments on commit f72d0cb

Please sign in to comment.